Share via


UsbInterface.InterfaceSettings Proprietà

Definizione

Ottiene una matrice di oggetti che rappresentano impostazioni alternative definite per l'interfaccia 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)

Valore della proprietà

Matrice di oggetti UsbInterfaceSetting .

Si applica a