Share via


SceneModeControl.SetValueAsync(CaptureSceneMode) Method

Definition

Asynchronously sets the color temperature Value.

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

Parameters

sceneMode
CaptureSceneMode

The scene mode to set the Value property to.

Returns

The object that is used to control the asynchronous operation.

Attributes

Applies to

See also