Package.GetToolboxItemData Method (String, DataFormats.Format)
Visual Studio 2015
Gets the content of the data format for the specified toolbox item ID and data format.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
abstract GetToolboxItemData : itemId:string * format:DataFormats.Format -> Object override GetToolboxItemData : itemId:string * format:DataFormats.Format -> Object
Parameters
- itemId
-
Type:
System.String
The item ID.
- format
-
Type:
System.Windows.Forms.DataFormats.Format
The data format.
If this is not implemented, the shell will fall back to a call to ResetDefaults which invokes the ToolboxInitialized or ToolboxUpgraded events.
Show: