UsbConfiguration.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 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.