다음을 통해 공유


PerceptionControlGroup.FrameProviderIds 속성

정의

이 그룹에서 제어하는 IPerceptionFrameProvider의 ID입니다.

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)

속성 값

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

이 그룹에서 제어하는 IPerceptionFrameProvider의 ID입니다.

특성

적용 대상