RegionsOfInterestControl.SetRegionsAsync Metodo

Definizione

Overload

SetRegionsAsync(IIterable<RegionOfInterest>)

Imposta in modo asincrono le aree di interesse.

SetRegionsAsync(IIterable<RegionOfInterest>, Boolean)

Imposta in modo asincrono le aree di interesse e specifica se i valori devono essere bloccati.

SetRegionsAsync(IIterable<RegionOfInterest>)

Imposta in modo asincrono le aree di interesse.

public:
 virtual IAsyncAction ^ SetRegionsAsync(IIterable<RegionOfInterest ^> ^ regions) = SetRegionsAsync;
/// [Windows.Foundation.Metadata.Overload("SetRegionsAsync")]
IAsyncAction SetRegionsAsync(IIterable<RegionOfInterest> const& regions);
[Windows.Foundation.Metadata.Overload("SetRegionsAsync")]
public IAsyncAction SetRegionsAsync(IEnumerable<RegionOfInterest> regions);
function setRegionsAsync(regions)
Public Function SetRegionsAsync (regions As IEnumerable(Of RegionOfInterest)) As IAsyncAction

Parametri

regions

IIterable<RegionOfInterest>

IEnumerable<RegionOfInterest>

Le regioni d'interesse.

Restituisce

Oggetto utilizzato per controllare l'operazione asincrona.

Attributi

Vedi anche

Si applica a

SetRegionsAsync(IIterable<RegionOfInterest>, Boolean)

Imposta in modo asincrono le aree di interesse e specifica se i valori devono essere bloccati.

public:
 virtual IAsyncAction ^ SetRegionsAsync(IIterable<RegionOfInterest ^> ^ regions, bool lockValues) = SetRegionsAsync;
/// [Windows.Foundation.Metadata.Overload("SetRegionsWithLockAsync")]
IAsyncAction SetRegionsAsync(IIterable<RegionOfInterest> const& regions, bool const& lockValues);
[Windows.Foundation.Metadata.Overload("SetRegionsWithLockAsync")]
public IAsyncAction SetRegionsAsync(IEnumerable<RegionOfInterest> regions, bool lockValues);
function setRegionsAsync(regions, lockValues)
Public Function SetRegionsAsync (regions As IEnumerable(Of RegionOfInterest), lockValues As Boolean) As IAsyncAction

Parametri

regions

IIterable<RegionOfInterest>

IEnumerable<RegionOfInterest>

Le regioni degli interessi.

lockValues
Boolean

bool

Specifica se i valori devono essere bloccati.

Restituisce

Oggetto utilizzato per controllare l'operazione asincrona.

Attributi

Vedi anche

Si applica a