PerceptionFrameSourcePropertiesChangedEventArgs.Key Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A string key indicating the location of the change in the collection
- Attributes