ReadOnlyToolWindowCollection Class Members
In This Topic
The following tables list the members exposed by ReadOnlyToolWindowCollection.
Public Properties
| Name | Description |
 | IsFixedSize | Overridden. Gets a value indicating whether the list has a fixed size. |
 | IsReadOnly | Overridden. Gets a value indicating whether the list is read-only. |
 | Item | Overloaded. Gets or sets the ToolWindow at the specified index. |
Top
Public Methods
| Name | Description |
 | Contains | Retrieves a boolean value indicating if a specific ToolWindow exists in the list. |
 | CopyTo | Overloaded. Copies the ToolWindows contained in the list to the array starting at the specified index |
 | IndexOf | Overloaded. Searches for the specified ToolWindow and returns the zero-based index of the first occurrence within the list. |
Top
See Also