'Declaration Public Function Contains( _ ByVal toolWindow As ToolWindow _ ) As Boolean
'Usage Dim instance As ReadOnlyToolWindowCollection Dim toolWindow As ToolWindow Dim value As Boolean value = instance.Contains(toolWindow)
public bool Contains( ToolWindow toolWindow )
Parameters
- toolWindow
- A reference to the ToolWindow to locate.
Return Value
true if the ToolWindow exists in the list; false otherwise.