Item Property (ToolsCollection)
Indexer to get the instance of the tool at the specified index of the ToolsCollection as an ITool object.
Overload List
Overload | Description |
---|---|
Item(Int32) | Indexer to get the instance of the tool at the specified index of the ToolsCollection as an ITool object. |
Item(String) | Indexer to get the instance of the tool with given Key from the ToolsCollection as an ITool object. |
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also