UsbInterfaceSetting.Descriptors Property

Definition

Gets an array of objects that represent descriptors associated with the alternate setting.

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

Property Value

An array of UsbDescriptor objects that represent the interface descriptor associated with the alternate setting.

Applies to