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.
UsbInterfaceSetting.Descriptors | descriptors property
Gets an array of objects that represent descriptors associated with the alternate setting.
Syntax
var descriptors = usbInterfaceSetting.descriptors;
Property value
Type: IVectorView<UsbDescriptor> [JavaScript/C++] | System.Collections.Generic.IReadOnlyList<UsbDescriptor> [.NET]
An array of UsbDescriptor objects that represent the interface descriptor associated with the alternate setting.
Requirements
Minimum supported client | Windows 8.1 |
---|---|
Minimum supported server | Windows Server 2012 R2 |
Namespace |
|
Metadata |
|
See also
Show: