PrintManager.IsSupported 方法

定义

指示应用是否在支持打印的设备上运行。

public:
 static bool IsSupported();
 static bool IsSupported();
public static bool IsSupported();
function isSupported()
Public Shared Function IsSupported () As Boolean

返回

Boolean

bool

如果在支持打印的设备上,则返回 true ;否则返回 false

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

注解

通用 Windows 应用应使用此方法来确定是显示还是隐藏与打印任务相关的某些 UI 元素。

适用于