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 则为 True;否则为 false。 默认值为 true。

注解

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

适用于