Gets the collection of USB device interfaces associated with this UsbConfigInfo instance.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ReadOnlyCollection<UsbInterfaceInfo> InterfaceInfoList { get; }
Public ReadOnly Property InterfaceInfoList As ReadOnlyCollection(Of UsbInterfaceInfo) Get
public: property ReadOnlyCollection<UsbInterfaceInfo^>^ InterfaceInfoList { ReadOnlyCollection<UsbInterfaceInfo^>^ get (); }