TwoPanelHingedDevicePosturePreview.GetCurrentPostureAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém a postura atual do dispositivo.
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)
Retornos
Um TwoPanelHingedDevicePosturePreviewReading que representa a postura atual.
- Atributos