共用方式為


PerceptionCorrelationGroup(IIterable<PerceptionCorrelation>) 建構函式

定義

從一或多個 PerceptionCorrelation 物件的集合初始化新的 PerceptionCorrelationGroup,這個集合會描述通用座標框架中的多個提供者。

public:
 PerceptionCorrelationGroup(IIterable<PerceptionCorrelation ^> ^ relativeLocations);
 PerceptionCorrelationGroup(IIterable<PerceptionCorrelation> const& relativeLocations);
/// [Windows.Foundation.Metadata.Deprecated("PerceptionCorrelationGroup may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
 PerceptionCorrelationGroup(IIterable<PerceptionCorrelation> const& relativeLocations);
public PerceptionCorrelationGroup(IEnumerable<PerceptionCorrelation> relativeLocations);
[Windows.Foundation.Metadata.Deprecated("PerceptionCorrelationGroup may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
public PerceptionCorrelationGroup(IEnumerable<PerceptionCorrelation> relativeLocations);
function PerceptionCorrelationGroup(relativeLocations)
Public Sub New (relativeLocations As IEnumerable(Of PerceptionCorrelation))

參數

relativeLocations

IIterable<PerceptionCorrelation>

IEnumerable<PerceptionCorrelation>

PerceptionCorrelations 集合,描述通用座標框架中的多個提供者。

屬性

適用於