Share via


UsbConfiguration.UsbInterfaces Propriedade

Definição

Obtém uma matriz de interfaces USB disponíveis na configuração 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 da propriedade

Uma matriz de objetos UsbInterface .

Aplica-se a