AppCaptureState.ShouldCaptureMicrophone Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur spécifiant si le microphone doit être capturé.
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
Valeur de propriété
Boolean
bool
True si le microphone doit être capturé ; sinon, false.
Configuration requise pour Windows
Fonctionnalités de l’application |
appCaptureSettings
|