Share via


PerceptionControlGroup(IIterable<String>) Constructor

Definition

Creates a PerceptionControlGroup containing the IPerceptionFrameProviders with the ids specified.

public:
 PerceptionControlGroup(IIterable<Platform::String ^> ^ ids);
 PerceptionControlGroup(IIterable<winrt::hstring> const& ids);
/// [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")]
 PerceptionControlGroup(IIterable<winrt::hstring> const& ids);
public PerceptionControlGroup(IEnumerable<string> ids);
[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")]
public PerceptionControlGroup(IEnumerable<string> ids);
function PerceptionControlGroup(ids)
Public Sub New (ids As IEnumerable(Of String))

Parameters

ids

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

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

Attributes

Applies to