다음을 통해 공유


DeviceInformationPairing.IsPaired 속성

정의

디바이스가 현재 페어링되었는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

bool

디바이스 가 현재 페어링된 경우 True이고, 그렇지 않으면 false입니다.

적용 대상