PerceptionControlGroup.FrameProviderIds 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.
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
The id(s) of the IPerceptionFrameProvider(s) controlled by this group.
- Attributes