UsbInterface.InterfaceSettings Propriété

Définition

Obtient un tableau d’objets qui représentent d’autres paramètres définis pour l’interface USB.

public:
 property IVectorView<UsbInterfaceSetting ^> ^ InterfaceSettings { IVectorView<UsbInterfaceSetting ^> ^ get(); };
IVectorView<UsbInterfaceSetting> InterfaceSettings();
public IReadOnlyList<UsbInterfaceSetting> InterfaceSettings { get; }
var iVectorView = usbInterface.interfaceSettings;
Public ReadOnly Property InterfaceSettings As IReadOnlyList(Of UsbInterfaceSetting)

Valeur de propriété

Tableau d’objets UsbInterfaceSetting .

S’applique à