共用方式為


DevicePairingSetMembersRequestedEventArgs.ParentDeviceInformation 屬性

定義

取得集合的主要裝置/端點。 如需詳細資訊和程式代碼範例,請參閱 將集合與 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 裝置。

適用於

另請參閱