IVsToolboxDataProvider2 Methods
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetDisplayName(String^) | Retrieves the localized name of the data provider. |
![]() | GetItemID(IDataObject^, String^) | Used by the environment to retrieve and saves the canonical ID for the given Toolbox tab when a user selects the export option from the Import/Export Settings feature available on the IDE’s Tools menu. |
![]() | GetItemTipInfo(IDataObject^, String^, IPropertyBag^) | Supplies ToolTip data for a Toolbox item. |
![]() | GetPackageGUID(Guid) | Retrieves the GUID of the VSPackage to which this data provider belongs. |
![]() | GetProfileData(IDataObject^, String^) | Obtains any extra information, if needed, about a Toolbox item which can be saved through the settings mechanism using the Import/Export Settings feature available on the IDE’ Tools menu. |
![]() | GetUniqueID(Guid) | Retrieves the unique ID for the given Toolbox tab. |
![]() | ReconstituteItem(String^, String^, String^, IDataObject^, array<TBXITEMINFO>^) | Recreates a Toolbox item from data stored using the settings mechanism when a user chooses to retrieve settings using the Import/Export Settings feature available on the IDE’s Tools menu. |
