InputMethod.MicrophoneState 屬性

定義

取得或設定此輸入法麥克風輸入的當前狀態。

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

屬性值

列舉中的一個成員 InputMethodState ,指定麥克風輸入的當前輸入方法狀態。

預設值為 Off

屬性

適用於

另請參閱