PerceptionFrameProviderInfo.DeviceKind 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 ou définit le descripteur du type de FrameProvider catégoriquement, par exemple, « com.contoso.depthcamera.x500 ».
public:
property Platform::String ^ DeviceKind { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring DeviceKind();
void DeviceKind(winrt::hstring value);
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionFrameProviderInfo 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("PerceptionFrameProviderInfo may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
winrt::hstring DeviceKind();
void DeviceKind(winrt::hstring value);
public string DeviceKind { get; set; }
public string DeviceKind { [Windows.Foundation.Metadata.Deprecated("PerceptionFrameProviderInfo 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("PerceptionFrameProviderInfo may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] set; }
var string = perceptionFrameProviderInfo.deviceKind;
perceptionFrameProviderInfo.deviceKind = string;
Public Property DeviceKind As String
Valeur de propriété
Descripteur du type de FrameProvider catégoriquement, par exemple, « com.contoso.depthcamera.x500 ».
- Attributs