DevicePairingSetMembersRequestedEventArgs.ParentDeviceInformation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得集合的主要裝置/端點。 如需詳細資訊和程式代碼範例,請參閱 將集合與 DeviceInformationPairing.Custom 屬性配對。
public:
property DeviceInformation ^ ParentDeviceInformation { DeviceInformation ^ get(); };
DeviceInformation ParentDeviceInformation();
public DeviceInformation ParentDeviceInformation { get; }
var deviceInformation = devicePairingSetMembersRequestedEventArgs.parentDeviceInformation;
Public ReadOnly Property ParentDeviceInformation As DeviceInformation
屬性值
物件,表示集合的主要裝置/端點。
備註
在藍牙 LE 的案例中,如果您從配對左側耳機開始, 則 ParentDeviceInformation 會是該耳機。
在 IPP 的情況下,如果您已開始將 WSD 裝置配對 (並新增其他裝置) , 則 ParentDeviceInformation 會是 WSD 裝置。