FocusControl.SetValueAsync(UInt32) 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(unsigned int focus) = SetValueAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetValueAsync(uint32_t const& focus);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetValueAsync(uint focus);
function setValueAsync(focus)
Public Function SetValueAsync (focus As UInteger) As IAsyncAction
Parameters
- focus
-
UInt32
unsigned int
uint32_t
The value to set the focus to. The minimum and maximum values are specified by Min and Max.
Returns
The object that is used to control the asynchronous operation.
- Attributes