IsoSpeedControl.SetValueAsync(UInt32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ISO 速度の値を設定します。
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
パラメーター
- isoSpeed
-
UInt32
unsigned int
uint32_t
ISO 速度の値。
戻り値
非同期アクション。
- 属性