WiFiDirectInformationElement.CreateFromDeviceInformation Methode
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.
Erstellen Sie ein Array von Informationselementen aus einem DeviceInformation-Objekt .
public:
static IVector<WiFiDirectInformationElement ^> ^ CreateFromDeviceInformation(DeviceInformation ^ deviceInformation);
static IVector<WiFiDirectInformationElement> CreateFromDeviceInformation(DeviceInformation const& deviceInformation);
public static IList<WiFiDirectInformationElement> CreateFromDeviceInformation(DeviceInformation deviceInformation);
function createFromDeviceInformation(deviceInformation)
Public Shared Function CreateFromDeviceInformation (deviceInformation As DeviceInformation) As IList(Of WiFiDirectInformationElement)
Parameter
- deviceInformation
- DeviceInformation
Das Geräteinformationsobjekt, das die Informationselemente enthält.
Gibt zurück
Ein Array von Informationselementen, die aus dem Geräteinformationsobjekt erstellt werden.