'Declaration Public Overloads Property Item( _ ByVal toolWindowKey As String _ ) As ToolWindow
'Usage Dim instance As ReadOnlyToolWindowCollection Dim toolWindowKey As String Dim value As ToolWindow instance.Item(toolWindowKey) = value value = instance.Item(toolWindowKey)
public ToolWindow Item( string toolWindowKey ) {get; set;}
Parameters
- toolWindowKey
- The name of the ToolWindow to retrieve.