WiFiDirectInformationElement.CreateFromDeviceInformation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create an array of information elements from a DeviceInformation object.
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)
Parameters
- deviceInformation
- DeviceInformation
The device information object that contains the information elements.
Returns
A array of information elements created from the device information object.