Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

RegionsOfInterestControl.SetRegionsAsync Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Overloads

Name Description
SetRegionsAsync(IIterable<RegionOfInterest>)

Asynchronously sets the regions of interest.

SetRegionsAsync(IIterable<RegionOfInterest>, Boolean)

Asynchronously sets the regions of interest and specifies if the values should be locked.

SetRegionsAsync(IIterable<RegionOfInterest>)

Asynchronously sets the regions of interest.

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

Parameters

regions

IIterable<RegionOfInterest>

IEnumerable<RegionOfInterest>

The regions of interest.

Returns

The object that is used to control the asynchronous operation.

Attributes

See also

Applies to

SetRegionsAsync(IIterable<RegionOfInterest>, Boolean)

Asynchronously sets the regions of interest and specifies if the values should be locked.

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

Parameters

regions

IIterable<RegionOfInterest>

IEnumerable<RegionOfInterest>

The regions of interests.

lockValues
Boolean

bool

Specifies if the values should be locked.

Returns

The object that is used to control the asynchronous operation.

Attributes

See also

Applies to


Feedback

Was this page helpful?