DevicePairingActivatedEventArgs.DeviceInformation Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft das DeviceInformation-Objekt für das Geräteobjekt ab, das gekoppelt wird.
public:
property DeviceInformation ^ DeviceInformation { DeviceInformation ^ get(); };
DeviceInformation DeviceInformation();
public DeviceInformation DeviceInformation { get; }
var deviceInformation = devicePairingActivatedEventArgs.deviceInformation;
Public ReadOnly Property DeviceInformation As DeviceInformation
Eigenschaftswert
Die Informationen des Geräteobjekts.