IsoSpeedControl.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.
Sets the ISO speed value.
public:
virtual IAsyncAction ^ SetValueAsync(unsigned int isoSpeed) = SetValueAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetValueAsync(uint32_t const& isoSpeed);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetValueAsync(uint isoSpeed);
function setValueAsync(isoSpeed)
Public Function SetValueAsync (isoSpeed As UInteger) As IAsyncAction
Parameters
- isoSpeed
-
UInt32
unsigned int
uint32_t
The ISO speed value.
Returns
An asynchronous action.
- Attributes