共用方式為


PerceptionControlGroup(IIterable<String>) 建構函式

定義

建立 PerceptionControlGroup,其中包含具有指定識別碼的 IPerceptionFrameProviders。

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

參數

ids

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

與群組 IPerceptionFrameProviders 相關聯的唯一識別碼清單。 若要控制,識別碼必須符合相關聯的 PerceptionFrameProviderInfo::Id 屬性。

屬性

適用於