Share via


PerceptionFrame.Properties Property

Definition

Gets the Properties for this frame.

public:
 property ValueSet ^ Properties { ValueSet ^ get(); };
ValueSet Properties();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionFrame may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
ValueSet Properties();
public ValueSet Properties { get; }
public ValueSet Properties { [Windows.Foundation.Metadata.Deprecated("PerceptionFrame may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var valueSet = perceptionFrame.properties;
Public ReadOnly Property Properties As ValueSet

Property Value

The Properties for this frame.

Attributes

Applies to