Share via


UsbConfiguration.UsbInterfaces Proprietà

Definizione

Ottiene una matrice di interfacce USB disponibili nella configurazione USB.

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)

Valore della proprietà

Matrice di oggetti UsbInterface .

Si applica a