PerceptionCorrelationGroup.RelativeLocations 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 集合,用于描述公共坐标框中的多个唯一提供程序。
- 属性