PerceptionControlGroup(IIterable<String>) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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