InputMethod.MicrophoneState Propriété

Définition

Obtient ou définit l’état actuel de l’entrée du microphone pour cette méthode d’entrée.

public:
 property System::Windows::Input::InputMethodState MicrophoneState { System::Windows::Input::InputMethodState get(); void set(System::Windows::Input::InputMethodState value); };
public System.Windows.Input.InputMethodState MicrophoneState { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
public System.Windows.Input.InputMethodState MicrophoneState { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.MicrophoneState : System.Windows.Input.InputMethodState with get, set
member this.MicrophoneState : System.Windows.Input.InputMethodState with get, set
Public Property MicrophoneState As InputMethodState

Valeur de propriété

Membre de l’énumération InputMethodState spécifiant l’état actuel de la méthode d’entrée pour l’entrée du microphone.

La valeur par défaut est Off.

Attributs

S’applique à

Voir aussi