UsbConfiguration.UsbInterfaces Propriété

Définition

Obtient un tableau d’interfaces USB disponibles dans la configuration 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)

Valeur de propriété

Tableau d’objets UsbInterface .

S’applique à