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

이 디바이스를 사용할 수 있는지 여부를 나타냅니다.

적용 대상