DevicePairingSetMembersRequestedEventArgs.ParentDeviceInformation Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene il dispositivo o l'endpoint primario del set. Per altre info ed esempi di codice, vedi Associazione di un set alla proprietà DeviceInformationPairing.Custom.
public:
property DeviceInformation ^ ParentDeviceInformation { DeviceInformation ^ get(); };
DeviceInformation ParentDeviceInformation();
public DeviceInformation ParentDeviceInformation { get; }
var deviceInformation = devicePairingSetMembersRequestedEventArgs.parentDeviceInformation;
Public ReadOnly Property ParentDeviceInformation As DeviceInformation
Valore della proprietà
Oggetto che rappresenta il dispositivo o l'endpoint primario del set.
Commenti
Nel caso di Bluetooth LE, se hai iniziato associando l'auricolare sinistro, ParentDeviceInformation sarebbe quello auricolare.
Nel caso di IPP, se hai iniziato ad associare il dispositivo WSD (e aggiunto gli altri), ParentDeviceInformation sarà il dispositivo WSD.