DataTransferManager.IsSupported 方法

定义

如果设备支持共享,则返回 true;否则返回 false。

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 中引入)

适用于