IVsToolboxDataProvider2 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodGetDisplayName(String^)

Retrieves the localized name of the data provider.

System_CAPS_pubmethodGetItemID(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.

System_CAPS_pubmethodGetItemTipInfo(IDataObject^, String^, IPropertyBag^)

Supplies ToolTip data for a Toolbox item.

System_CAPS_pubmethodGetPackageGUID(Guid)

Retrieves the GUID of the VSPackage to which this data provider belongs.

System_CAPS_pubmethodGetProfileData(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.

System_CAPS_pubmethodGetUniqueID(Guid)

Retrieves the unique ID for the given Toolbox tab.

System_CAPS_pubmethodReconstituteItem(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.

Return to top
Show: