次の方法で共有


PerceptionCorrelationGroup(IIterable<PerceptionCorrelation>) コンストラクター

定義

共通座標フレーム内の複数のプロバイダーを記述する 1 つ以上の 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 のコレクション。

属性

適用対象