PerceptionFrame.Properties 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 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