Compartilhar via


PerceptionControlGroup(IIterable<String>) Construtor

Definição

Cria um PerceptionControlGroup que contém iPerceptionFrameProviders com as IDs especificadas.

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))

Parâmetros

ids

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Uma lista dos identificadores exclusivos associados ao IPerceptionFrameProviders agrupado. Para ser controlável, a id deve corresponder à propriedade PerceptionFrameProviderInfo::Id associada.

Atributos

Aplica-se a