DesktopSiteBridge.IsSupported 方法

定义

获取当前环境中是否支持 DesktopSiteBridge

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

返回

Boolean

bool

如此,如果当前环境中支持 DesktopSiteBridge;否则为 false。 默认值为 true。

注解

例如,如果在 UWP 环境中运行,则不支持 DesktopSiteBridge

适用于