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