共用方式為


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物件的陣列。

適用於