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.
Assembly: Microsoft.VisualStudio.Shell.Immutable.14.0 (in Microsoft.VisualStudio.Shell.Immutable.14.0.dll)
Parameters
- type
-
Type:
Microsoft.VisualStudio.Shell::IToolboxType^
The type.
- context
-
Type:
Microsoft.VisualStudio.Shell::ToolboxItemDiscoveryContext
The 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..
Show: