KnownPerceptionFrameKind.Depth Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém a cadeia de caracteres que representa o FrameKind de profundidade de um PerceptionFrameProviderInfo.
public:
static property Platform::String ^ Depth { Platform::String ^ get(); };
static winrt::hstring Depth();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionFrameKind may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring Depth();
public static string Depth { get; }
public static string Depth { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionFrameKind may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionFrameKind.depth;
Public Shared ReadOnly Property Depth As String
Valor da propriedade
A cadeia de caracteres que representa o FrameKind de profundidade de um PerceptionFrameProviderInfo.
- Atributos