AppCaptureState.ShouldCaptureMicrophone Proprietà

Definizione

Ottiene un valore che specifica se il microfono deve essere acquisito.

public:
 property bool ShouldCaptureMicrophone { bool get(); void set(bool value); };
bool ShouldCaptureMicrophone();

void ShouldCaptureMicrophone(bool value);
public bool ShouldCaptureMicrophone { get; set; }
var boolean = appCaptureState.shouldCaptureMicrophone;
appCaptureState.shouldCaptureMicrophone = boolean;
Public Property ShouldCaptureMicrophone As Boolean

Valore della proprietà

Boolean

bool

True se il microfono deve essere acquisito; in caso contrario, false.

Requisiti Windows

Funzionalità dell'app
appCaptureSettings

Si applica a