다음을 통해 공유


IsoSpeedControl.SetPresetAsync(IsoSpeedPreset) 메서드

정의

ISO 필름 속도 사전 설정을 비동기적으로 설정합니다.

public:
 virtual IAsyncAction ^ SetPresetAsync(IsoSpeedPreset preset) = SetPresetAsync;
/// [Windows.Foundation.Metadata.Deprecated("SetPresetAsync may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetPresetAsync(IsoSpeedPreset const& preset);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("SetPresetAsync may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
IAsyncAction SetPresetAsync(IsoSpeedPreset const& preset);
[Windows.Foundation.Metadata.Deprecated("SetPresetAsync may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetPresetAsync(IsoSpeedPreset preset);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("SetPresetAsync may not be available in future versions of Windows Phone. Starting with Windows Phone 8.1, use SetAutoAsync, Auto, SetValueAsync, and Value instead", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public IAsyncAction SetPresetAsync(IsoSpeedPreset preset);
function setPresetAsync(preset)
Public Function SetPresetAsync (preset As IsoSpeedPreset) As IAsyncAction

매개 변수

preset
IsoSpeedPreset

Preset 속성을 설정할 ISO 미리 설정 값입니다.

반환

비동기 작업을 제어하는 데 사용되는 개체입니다.

특성

적용 대상