PerceptionControlGroup PerceptionControlGroup PerceptionControlGroup PerceptionControlGroup Class

Definition

A group of IPerceptionFrameProvider identifiers to be controlled together.

public : sealed class PerceptionControlGroup : IPerceptionControlGrouppublic sealed class PerceptionControlGroup : IPerceptionControlGroupPublic NotInheritable Class PerceptionControlGroup Implements IPerceptionControlGroup// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

PerceptionControlGroup(IIterable) PerceptionControlGroup(IIterable) PerceptionControlGroup(IIterable) PerceptionControlGroup(IIterable)

Creates a PerceptionControlGroup containing the IPerceptionFrameProviders with the ids specified.

public : PerceptionControlGroup(IIterable<PlatForm::String> ids)public PerceptionControlGroup(IEnumerable<String> ids)Public Sub New(ids As IEnumerable<String>)// You can use this method in JavaScript.
Parameters
ids
IIterable<PlatForm::String> IEnumerable<String> IEnumerable<String> IEnumerable<String>

A list of the unique identifiers associated with the grouped IPerceptionFrameProviders. To be controllable, the id must match the associated PerceptionFrameProviderInfo::Id property.

Properties

FrameProviderIds FrameProviderIds FrameProviderIds FrameProviderIds

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

public : IVectorView<string> FrameProviderIds { get; }public IReadOnlyList<string> FrameProviderIds { get; }Public ReadOnly Property FrameProviderIds As IReadOnlyList<string>// You can use this property in JavaScript.
Value
IVectorView<PlatForm::String> IReadOnlyList<string> IReadOnlyList<string> IReadOnlyList<string>

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