Compartir a través de


UsbConfiguration.UsbInterfaces Propiedad

Definición

Obtiene una matriz de interfaces USB disponibles en la configuración de 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)

Valor de propiedad

Matriz de objetos UsbInterface .

Se aplica a