'Declaration Public Overloads Function IndexOf( _ ByVal toolWindow As ToolWindow _ ) As Integer
'Usage Dim instance As ReadOnlyToolWindowCollection Dim toolWindow As ToolWindow Dim value As Integer value = instance.IndexOf(toolWindow)
public int IndexOf( ToolWindow toolWindow )
Parameters
- toolWindow
- A reference to the ToolWindow to locate.
Return Value
The zero-based index of the first occurrence of toolWindow within the entire list, if found; otherwise, returns -1.