IToolboxItemDiscoveryWithContext::GetItemInfo Method (IToolboxType^, ToolboxItemDiscoveryContext)

Visual Studio 2015
 

Returns the IToolboxItemInfo corresponding to a given type. This method should inspect the type of the type argument I it needs to provide different information depending on the source of the type (such as an extension SDK). See the IToolbox*Type interfaces that derive from IToolboxType. This method may be called on a background thread.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)

IToolboxItemInfo^ GetItemInfo(
	IToolboxType^ type,
	ToolboxItemDiscoveryContext context
)

Return Value

Type: Microsoft.VisualStudio.Shell::IToolboxItemInfo^

The info about this type, or null if the type is not a valid toolbox control type recognized by this provider..

Return to top
Show: