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