次の方法で共有


DeviceInformation.IsEnabled プロパティ

定義

このデバイスが有効かどうかを示します。

public:
 property bool IsEnabled { bool get(); };
bool IsEnabled();
public bool IsEnabled { get; }
var boolean = deviceInformation.isEnabled;
Public ReadOnly Property IsEnabled As Boolean

プロパティ値

Boolean

bool

このデバイスが有効かどうかを示します。

適用対象