共用方式為


DeviceInformationPairing.CanPair 屬性

定義

取得值,這個值表示是否可以配對裝置。

public:
 property bool CanPair { bool get(); };
bool CanPair();
public bool CanPair { get; }
var boolean = deviceInformationPairing.canPair;
Public ReadOnly Property CanPair As Boolean

屬性值

Boolean

bool

如果 裝置可以配對,則為 True,否則 為 false

適用於