UsbInterface.Descriptors 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 descriptors for all alternate settings that are part of this USB interface.
public:
property IVectorView<UsbDescriptor ^> ^ Descriptors { IVectorView<UsbDescriptor ^> ^ get(); };
IVectorView<UsbDescriptor> Descriptors();
public IReadOnlyList<UsbDescriptor> Descriptors { get; }
var iVectorView = usbInterface.descriptors;
Public ReadOnly Property Descriptors As IReadOnlyList(Of UsbDescriptor)
Property Value
An array of UsbDescriptor objects.