IVsToolbox3 Members
Include Protected Members
Include Inherited Members
Provides persistence and localization support for a Toolbox. Extends, but does not inherit from, IVsToolbox2. You can get an instance of the interface from the SVsToolbox (SID_SVsToolbox) service.
The IVsToolbox3 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetGeneralTabID | Gets the ID for the General tab. |
![]() |
GetIDOfTab | Retrieves the canonical ID for the given localized name of the Toolbox tab. |
![]() |
GetItemDisplayName | Gets the display name of an item. |
![]() |
GetItemID | Gets the unique ID of a item. |
![]() |
GetLastModifiedTime | Returns the most recent time at which the Toolbox contents were modified. |
![]() |
GetTabOfID | Retrieves the localized name of a Toolbox tab, given its canonical ID. |
![]() |
SetIDOfTab | Sets the canonical ID for the given Toolbox tab. |
Top