UsbConfiguration.UsbInterfaces Eigenschaft

Definition

Ruft ein Array von USB-Schnittstellen ab, die in der USB-Konfiguration verfügbar sind.

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)

Eigenschaftswert

Ein Array von UsbInterface-Objekten .

Gilt für: