FocusControl.LockAsync 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.
Locks the capture device's focus.
public:
virtual IAsyncAction ^ LockAsync() = LockAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction LockAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction LockAsync();
function lockAsync()
Public Function LockAsync () As IAsyncAction
Returns
An asynchronous action.
- Attributes