TwoPanelHingedDevicePosturePreview.GetCurrentPostureAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のデバイスの状態を取得します。
public:
virtual IAsyncOperation<TwoPanelHingedDevicePosturePreviewReading ^> ^ GetCurrentPostureAsync() = GetCurrentPostureAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<TwoPanelHingedDevicePosturePreviewReading> GetCurrentPostureAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("TwoPanelHingedDevicePosturePreview is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
IAsyncOperation<TwoPanelHingedDevicePosturePreviewReading> GetCurrentPostureAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<TwoPanelHingedDevicePosturePreviewReading> GetCurrentPostureAsync();
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("TwoPanelHingedDevicePosturePreview is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public IAsyncOperation<TwoPanelHingedDevicePosturePreviewReading> GetCurrentPostureAsync();
function getCurrentPostureAsync()
Public Function GetCurrentPostureAsync () As IAsyncOperation(Of TwoPanelHingedDevicePosturePreviewReading)
戻り値
現在のポスチャを表す TwoPanelHingedDevicePosturePreviewReading 。
- 属性