Share via


PerceptionControlGroup.FrameProviderIds Property

Definition

The id(s) of the IPerceptionFrameProvider(s) controlled by this group.

public:
 property IVectorView<Platform::String ^> ^ FrameProviderIds { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> FrameProviderIds();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionControlGroup may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IVectorView<winrt::hstring> FrameProviderIds();
public IReadOnlyList<string> FrameProviderIds { get; }
public IReadOnlyList<string> FrameProviderIds { [Windows.Foundation.Metadata.Deprecated("PerceptionControlGroup may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var iVectorView = perceptionControlGroup.frameProviderIds;
Public ReadOnly Property FrameProviderIds As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

The id(s) of the IPerceptionFrameProvider(s) controlled by this group.

Attributes

Applies to