Note

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

Access to this page requires authorization. You can try .

ExposureControl.SetValueAsync(TimeSpan) 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.

Asynchronously sets the exposure time.

public:
 virtual IAsyncAction ^ SetValueAsync(TimeSpan shutterDuration) = SetValueAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetValueAsync(TimeSpan const& shutterDuration);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetValueAsync(System.TimeSpan shutterDuration);
function setValueAsync(shutterDuration)
Public Function SetValueAsync (shutterDuration As TimeSpan) As IAsyncAction

Parameters

shutterDuration
TimeSpan TimeSpan

The exposure time to set the Value property to. The minimum and maximum values are specified by Min and Max.

Returns

The object that is used to control the asynchronous operation.

Attributes

Applies to

See also


Feedback

Was this page helpful?