TwoPanelHingedDevicePosturePreviewReading.Panel2Id 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述设备第二个面板的 ID。
public:
property Platform::String ^ Panel2Id { Platform::String ^ get(); };
winrt::hstring Panel2Id();
/// [get: Windows.Foundation.Metadata.Deprecated("TwoPanelHingedDevicePosturePreviewReading is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
winrt::hstring Panel2Id();
public string Panel2Id { get; }
public string Panel2Id { [Windows.Foundation.Metadata.Deprecated("TwoPanelHingedDevicePosturePreviewReading 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 string = twoPanelHingedDevicePosturePreviewReading.panel2Id;
Public ReadOnly Property Panel2Id As String
属性值
第二个面板的 ID。
- 属性