UsbConfiguration.UsbInterfaces 属性

定义

获取 USB 配置中可用的 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)

属性值

UsbInterface 对象的数组。

适用于