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 オブジェクトの配列。

適用対象