SceneModeControl.SetValueAsync(CaptureSceneMode) 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.
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