Partager via


RegionsOfInterestControl.SetRegionsAsync Méthode

Définition

Surcharges

SetRegionsAsync(IIterable<RegionOfInterest>)

Définit de manière asynchrone les régions d’intérêt.

SetRegionsAsync(IIterable<RegionOfInterest>, Boolean)

Définit de manière asynchrone les régions d’intérêt et spécifie si les valeurs doivent être verrouillées.

SetRegionsAsync(IIterable<RegionOfInterest>)

Définit de manière asynchrone les régions d’intérêt.

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

Paramètres

regions

IIterable<RegionOfInterest>

IEnumerable<RegionOfInterest>

Régions d’intérêt.

Retours

Objet utilisé pour contrôler l’opération asynchrone.

Attributs

Voir aussi

S’applique à

SetRegionsAsync(IIterable<RegionOfInterest>, Boolean)

Définit de manière asynchrone les régions d’intérêt et spécifie si les valeurs doivent être verrouillées.

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

Paramètres

regions

IIterable<RegionOfInterest>

IEnumerable<RegionOfInterest>

Régions d’intérêt.

lockValues
Boolean

bool

Spécifie si les valeurs doivent être verrouillées.

Retours

Objet utilisé pour contrôler l’opération asynchrone.

Attributs

Voir aussi

S’applique à