Share via


IPerceptionFrameProvider.Properties Property

Definition

The properties describing the device and the frames produced by the device.

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

Property Value

The properties describing the device and the frames produced by the device. PropertyType::Inspectable is not supported as a property value.

Attributes

Applies to