UsbConfiguration.UsbInterfaces Property
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.
Gets an array of USB interfaces available in the USB configuration.
public:
property IVectorView<UsbInterface ^> ^ UsbInterfaces { IVectorView<UsbInterface ^> ^ get(); };
IVectorView<UsbInterface> UsbInterfaces();
public IReadOnlyList<UsbInterface> UsbInterfaces { get; }
var iVectorView = usbConfiguration.usbInterfaces;
Public ReadOnly Property UsbInterfaces As IReadOnlyList(Of UsbInterface)
Property Value
An array of UsbInterface objects.