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.
UsbConfiguration.UsbInterfaces | usbInterfaces property
Gets an array of USB interfaces available in the USB configuration.
Syntax
public: property IVectorView<UsbInterface>^ UsbInterfaces { IVectorView<UsbInterface>^ get(); }
Property value
Type: IVectorView<UsbInterface> [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<UsbInterface> [.NET]
An array of UsbInterface objects.
Requirements
Minimum supported client | Windows 8.1 |
---|---|
Minimum supported server | Windows Server 2012 R2 |
Namespace |
|
Metadata |
|
See also
Show: