KnownPerceptionFrameSourceProperties.FrameKind 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.
Ottiene una chiave stringa utilizzata per cercare una proprietà stringa che rappresenta una chiave stringa che indica il tipo di frame fornito dall'origine.
public:
static property Platform::String ^ FrameKind { Platform::String ^ get(); };
static winrt::hstring FrameKind();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionFrameSourceProperties may be unavailable after Windows Creator Update. Use Windows.Devices.Enumeration.DeviceInformation instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring FrameKind();
public static string FrameKind { get; }
public static string FrameKind { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionFrameSourceProperties may be unavailable after Windows Creator Update. Use Windows.Devices.Enumeration.DeviceInformation instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionFrameSourceProperties.frameKind;
Public Shared ReadOnly Property FrameKind As String
Valore della proprietà
Chiave stringa che indica il tipo di frame fornito dall'origine. Questa proprietà è un valore String. La chiave stringa indicherà colore, profondità o infrarosso come specificato da Windows.Devices.Perception.KnownPerceptionFrameKindStatics.
- Attributi