PerceptionCorrelationGroup(IIterable<PerceptionCorrelation>) Constructor

Definición

Inicializa un nuevo PerceptionCorrelationGroup desde una colección de uno o varios objetos PerceptionCorrelation que describen varios proveedores en un marco de coordenada común.

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))

Parámetros

relativeLocations

IIterable<PerceptionCorrelation>

IEnumerable<PerceptionCorrelation>

Colección de PerceptionCorrelations que describe varios proveedores en un marco de coordenada común.

Atributos

Se aplica a