Partager via


PerceptionControlGroup(IIterable<String>) Constructeur

Définition

Crée un PerceptionControlGroup contenant les IPerceptionFrameProviders avec les id spécifiés.

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

Paramètres

ids

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Liste des identificateurs uniques associés aux IPerceptionFrameProviders groupés. Pour être contrôlable, l’id doit correspondre à la propriété PerceptionFrameProviderInfo::Id associée.

Attributs

S’applique à