In This Article

ToolWindowCollection Class

Represents an observable collection of ToolWindow objects.

public class ToolWindowCollection : DockingWindowCollectionBase<ToolWindow>
Inheritance:
object Collection<ToolWindow> ObservableCollection<ToolWindow> DeferrableObservableCollection<ToolWindow> DockingWindowCollectionBase<ToolWindow> object

Constructors

ToolWindowCollection()

Initializes an instance of the class.

public ToolWindowCollection()

Inherited Members