KnownPerceptionFrameSourceProperties.FrameKind Property

Definition

Gets a string key used to look up a string property that is a string key indicating the kind of frame the source provides.

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

Property Value

String

Platform::String

winrt::hstring

A string key indicating the kind of frame the source provides. This property is a String value. The string key will indicate color, depth, or infrared as specified by Windows.Devices.Perception.KnownPerceptionFrameKindStatics.

Attributes

Applies to