PerceptionCorrelationGroup(IIterable<PerceptionCorrelation>) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從一或多個 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
PerceptionCorrelations 集合,描述通用座標框架中的多個提供者。
- 屬性