Freigeben über


RegionsOfInterestControl.SetRegionsAsync Methode

Definition

Überlädt

SetRegionsAsync(IIterable<RegionOfInterest>)

Legt die relevanten Regionen asynchron fest.

SetRegionsAsync(IIterable<RegionOfInterest>, Boolean)

Legt die relevanten Regionen asynchron fest und gibt an, ob die Werte gesperrt werden sollen.

SetRegionsAsync(IIterable<RegionOfInterest>)

Legt die relevanten Regionen asynchron fest.

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

Parameter

regions

IIterable<RegionOfInterest>

IEnumerable<RegionOfInterest>

Die interessanten Regionen.

Gibt zurück

Das Objekt, das zum Steuern des asynchronen Vorgangs verwendet wird.

Attribute

Weitere Informationen

Gilt für:

SetRegionsAsync(IIterable<RegionOfInterest>, Boolean)

Legt die relevanten Regionen asynchron fest und gibt an, ob die Werte gesperrt werden sollen.

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

Parameter

regions

IIterable<RegionOfInterest>

IEnumerable<RegionOfInterest>

Die Interessenregionen.

lockValues
Boolean

bool

Gibt an, ob die Werte gesperrt werden sollen.

Gibt zurück

Das Objekt, das zum Steuern des asynchronen Vorgangs verwendet wird.

Attribute

Weitere Informationen

Gilt für: