RegionsOfInterestControl.SetRegionsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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
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