ToolboxItemDiscovery.GetItemInfo(IToolboxType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual Microsoft::VisualStudio::Shell::IToolboxItemInfo ^ GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType ^ toolboxType);
public:
Microsoft::VisualStudio::Shell::IToolboxItemInfo ^ GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType ^ toolboxType);
Microsoft::VisualStudio::Shell::IToolboxItemInfo GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType const & toolboxType);
public Microsoft.VisualStudio.Shell.IToolboxItemInfo GetItemInfo (Microsoft.VisualStudio.Shell.IToolboxType toolboxType);
abstract member GetItemInfo : Microsoft.VisualStudio.Shell.IToolboxType -> Microsoft.VisualStudio.Shell.IToolboxItemInfo
override this.GetItemInfo : Microsoft.VisualStudio.Shell.IToolboxType -> Microsoft.VisualStudio.Shell.IToolboxItemInfo
Public Function GetItemInfo (toolboxType As IToolboxType) As IToolboxItemInfo
Parameters
- toolboxType
- IToolboxType