UsbInterface.InterfaceSettings Property

Definition

Gets an array of objects that represent alternate settings defined for the USB interface.

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)

Property Value

An array of UsbInterfaceSetting objects.

Applies to