TaskbarManager.IsSupported 属性

定义

获取当前设备上是否存在任务栏。

public:
 property bool IsSupported { bool get(); };
bool IsSupported();
public bool IsSupported { get; }
var boolean = taskbarManager.isSupported;
Public ReadOnly Property IsSupported As Boolean

属性值

Boolean

bool

指示任务栏是否存在的布尔值。 这会在不存在任务栏的设备上返回 false。

注解

目前,任务栏仅存在于桌面设备系列中。

适用于