PerceptionPropertyChangeRequest.Status Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta il nuovo stato della richiesta dopo l'elaborazione della richiesta.
public:
property PerceptionFrameSourcePropertyChangeStatus Status { PerceptionFrameSourcePropertyChangeStatus get(); void set(PerceptionFrameSourcePropertyChangeStatus value); };
PerceptionFrameSourcePropertyChangeStatus Status();
void Status(PerceptionFrameSourcePropertyChangeStatus value);
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionPropertyChangeRequest may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("PerceptionPropertyChangeRequest may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
PerceptionFrameSourcePropertyChangeStatus Status();
void Status(PerceptionFrameSourcePropertyChangeStatus value);
public PerceptionFrameSourcePropertyChangeStatus Status { get; set; }
public PerceptionFrameSourcePropertyChangeStatus Status { [Windows.Foundation.Metadata.Deprecated("PerceptionPropertyChangeRequest may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("PerceptionPropertyChangeRequest may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] set; }
var perceptionFrameSourcePropertyChangeStatus = perceptionPropertyChangeRequest.status;
perceptionPropertyChangeRequest.status = perceptionFrameSourcePropertyChangeStatus;
Public Property Status As PerceptionFrameSourcePropertyChangeStatus
Valore della proprietà
Stato attualmente archiviato della richiesta.
- Attributi
Commenti
Il valore deve essere impostato come segue:
- Windows::D evices::P erception::P erceptionFrameSourcePropertyChangeStatus::Accepted - La proprietà è stata aggiornata al nuovo valore.
- Windows::D evices::P erception::P erceptionFrameSourcePropertyChangeStatus::P ropertyNotSupported : la proprietà non è supportata in questo IPerceptionFrameProvider e non può essere impostata.
- Windows::D evices::P erception::P erceptionFrameSourcePropertyChangeStatus::P ropertyReadOnly : la proprietà è supportata in questo IPerceptionFrameProvider, ma non può essere modificata.
- Windows::D evices::P erception::P erceptionFrameSourcePropertyChangeStatus::ValueOutOfRange : la proprietà è supportata in questo IPerceptionFrameProvider, ma il nuovo valore fornito non rientra nell'intervallo di valori accettati.