UsbConfiguration.UsbInterfaces Property

Definition

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.

Applies to