다음을 통해 공유


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입니다.

적용 대상