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 对象的数组。

适用于