The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
UsbInterface.InterfaceSettings | interfaceSettings property
Gets an array of objects that represent alternate settings defined for the USB interface.
Syntax
public: property IVectorView<UsbInterfaceSetting>^ InterfaceSettings { IVectorView<UsbInterfaceSetting>^ get(); }
Property value
Type: IVectorView<UsbInterfaceSetting> [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<UsbInterfaceSetting> [.NET]
An array of UsbInterfaceSetting objects.
Requirements
Minimum supported client | Windows 8.1 |
---|---|
Minimum supported server | Windows Server 2012 R2 |
Namespace |
|
Metadata |
|
See also
Show: