Share via


PerceptionCorrelationGroup.RelativeLocations 属性

定义

PerceptionCorrelations 集合,用于描述公共坐标框中的多个唯一提供程序。

public:
 property IVectorView<PerceptionCorrelation ^> ^ RelativeLocations { IVectorView<PerceptionCorrelation ^> ^ get(); };
IVectorView<PerceptionCorrelation> RelativeLocations();
/// [get: 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")]
IVectorView<PerceptionCorrelation> RelativeLocations();
public IReadOnlyList<PerceptionCorrelation> RelativeLocations { get; }
public IReadOnlyList<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")] get; }
var iVectorView = perceptionCorrelationGroup.relativeLocations;
Public ReadOnly Property RelativeLocations As IReadOnlyList(Of PerceptionCorrelation)

属性值

PerceptionCorrelations 集合,用于描述公共坐标框中的多个唯一提供程序。

属性

适用于