Share via


PerceptionFrameSourcePropertiesChangedEventArgs.Key Property

Definition

Gets a string key indicating the location of the change in the collection.

public:
 property Platform::String ^ Key { Platform::String ^ get(); };
winrt::hstring Key();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionFrameSourcePropertiesChangedEventArgs may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
winrt::hstring Key();
public string Key { get; }
public string Key { [Windows.Foundation.Metadata.Deprecated("PerceptionFrameSourcePropertiesChangedEventArgs may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = perceptionFrameSourcePropertiesChangedEventArgs.key;
Public ReadOnly Property Key As String

Property Value

String

Platform::String

winrt::hstring

A string key indicating the location of the change in the collection

Attributes

Applies to