UsbInterface.InterfaceSettings プロパティ

定義

USB インターフェイスに対して定義されている代替設定を表す オブジェクトの配列を取得します。

public:
 property IVectorView<UsbInterfaceSetting ^> ^ InterfaceSettings { IVectorView<UsbInterfaceSetting ^> ^ get(); };
IVectorView<UsbInterfaceSetting> InterfaceSettings();
public IReadOnlyList<UsbInterfaceSetting> InterfaceSettings { get; }
var iVectorView = usbInterface.interfaceSettings;
Public ReadOnly Property InterfaceSettings As IReadOnlyList(Of UsbInterfaceSetting)

プロパティ値

UsbInterfaceSetting オブジェクトの配列。

適用対象