TwoPanelHingedDevicePosturePreviewReadingChangedEventArgs.Reading Propriedade
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.
O TwoPanelHingedDevicePosturePreviewReading que é passado junto com o TwoPanelHingedDevicePosturePreviewReadingChangedEvent.
public:
property TwoPanelHingedDevicePosturePreviewReading ^ Reading { TwoPanelHingedDevicePosturePreviewReading ^ get(); };
TwoPanelHingedDevicePosturePreviewReading Reading();
/// [get: Windows.Foundation.Metadata.Deprecated("TwoPanelHingedDevicePosturePreviewReadingChangedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
TwoPanelHingedDevicePosturePreviewReading Reading();
public TwoPanelHingedDevicePosturePreviewReading Reading { get; }
public TwoPanelHingedDevicePosturePreviewReading Reading { [Windows.Foundation.Metadata.Deprecated("TwoPanelHingedDevicePosturePreviewReadingChangedEventArgs is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var twoPanelHingedDevicePosturePreviewReading = twoPanelHingedDevicePosturePreviewReadingChangedEventArgs.reading;
Public ReadOnly Property Reading As TwoPanelHingedDevicePosturePreviewReading
Valor da propriedade
A leitura da postura do dispositivo associada a um evento alterado de postura.
- Atributos