UsbConfiguration.Descriptors Property

Definition

Gets an array of objects that represent the full set of descriptors associated with a USB configuration.

public:
 property IVectorView<UsbDescriptor ^> ^ Descriptors { IVectorView<UsbDescriptor ^> ^ get(); };
IVectorView<UsbDescriptor> Descriptors();
public IReadOnlyList<UsbDescriptor> Descriptors { get; }
var iVectorView = usbConfiguration.descriptors;
Public ReadOnly Property Descriptors As IReadOnlyList(Of UsbDescriptor)

Property Value

An array of UsbDescriptor objects that contains the full set of descriptors associated with a USB configuration.

Applies to