In This Article

ReadOnlyToolWindowCollection Class

Represents a read-only observable collection of ToolWindow objects.

public class ReadOnlyToolWindowCollection : ReadOnlyDockingWindowBaseCollection<ToolWindow>
Inheritance:
System.Object ReadOnlyDockingWindowBaseCollection<ToolWindow> Object

Constructors

ReadOnlyToolWindowCollection(ObservableCollection<ToolWindow>)

Initializes an instance of the ReadOnlyToolWindowCollection class.

public ReadOnlyToolWindowCollection(ObservableCollection<ToolWindow> list)
Parameter Type Description
list System.Collections.ObjectModel.ObservableCollection<ToolWindow>

The collection with which to create this instance.

Inherited Members