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 です。

属性

適用対象

こちらもご覧ください