UsbInterface.InterfaceSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.