Panel 列挙型

定義

コンピューター上のパネルの場所を示します。 この列挙は、デバイスの物理的な場所を示す場合に使用されます。

public enum class Panel
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class Panel
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum Panel
var value = Windows.Devices.Enumeration.Panel.unknown
Public Enum Panel
継承
Panel
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Back 2

コンピューターの背面パネル。

Bottom 4

コンピューターの下部パネル。

Front 1

コンピューターのフロント パネル。

Left 5

コンピューターの左側のパネル。

Right 6

コンピューターの右側のパネル。

Top 3

コンピューターの上部パネル。

Unknown 0

パネルの場所が不明です。

適用対象