PerceptionControlGroup.FrameProviderIds Propriété
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.
Id(s) des IPerceptionFrameProvider(s) contrôlés par ce groupe.
public:
property IVectorView<Platform::String ^> ^ FrameProviderIds { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> FrameProviderIds();
/// [get: 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")]
IVectorView<winrt::hstring> FrameProviderIds();
public IReadOnlyList<string> FrameProviderIds { get; }
public IReadOnlyList<string> FrameProviderIds { [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")] get; }
var iVectorView = perceptionControlGroup.frameProviderIds;
Public ReadOnly Property FrameProviderIds As IReadOnlyList(Of String)
Valeur de propriété
Id(s) des IPerceptionFrameProvider(s) contrôlés par ce groupe.
- Attributs