Compartir a través de


Package.GetToolboxItemData Method

Gets the content of the data format for the specified toolbox item ID and data format.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaración
Protected Overridable Function GetToolboxItemData ( _
    itemId As String, _
    format As DataFormats.Format _
) As Object
protected virtual Object GetToolboxItemData(
    string itemId,
    DataFormats.Format format
)

Parameters

Return Value

Type: System.Object
The content of the data format.

Remarks

If this is not implemented, the shell will fall back to a call to ResetDefaults which invokes the ToolboxInitialized or ToolboxUpgraded events.

.NET Framework Security

See Also

Reference

Package Class

Microsoft.VisualStudio.Shell Namespace