'Declaration Public Function Add( _ ByVal toolWindow As ToolWindow _ ) As Integer
'Usage Dim instance As ToolWindowCollection Dim toolWindow As ToolWindow Dim value As Integer value = instance.Add(toolWindow)
public int Add( ToolWindow toolWindow )
Parameters
- toolWindow
- A reference to the ToolWindow to add.
Return Value
The zero-index at which the ToolWindow was added.