IToolboxItemDiscoveryByName.GetItemInfo(IToolboxTypeByName, ToolboxItemDiscoveryContext) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le IToolboxItemInfo correspondant à un type donné.
public:
Microsoft::VisualStudio::Shell::IToolboxItemInfo ^ GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxTypeByName ^ type, Microsoft::VisualStudio::Shell::ToolboxItemDiscoveryContext context);
public Microsoft.VisualStudio.Shell.IToolboxItemInfo GetItemInfo (Microsoft.VisualStudio.Shell.IToolboxTypeByName type, Microsoft.VisualStudio.Shell.ToolboxItemDiscoveryContext context);
abstract member GetItemInfo : Microsoft.VisualStudio.Shell.IToolboxTypeByName * Microsoft.VisualStudio.Shell.ToolboxItemDiscoveryContext -> Microsoft.VisualStudio.Shell.IToolboxItemInfo
Public Function GetItemInfo (type As IToolboxTypeByName, context As ToolboxItemDiscoveryContext) As IToolboxItemInfo
Paramètres
- type
- IToolboxTypeByName
- context
- ToolboxItemDiscoveryContext
Retours
Informations sur ce type, ou null si le type n’est pas un type de contrôle de boîte à outils valide reconnu par ce fournisseur.
Remarques
Cette méthode peut être appelée sur un thread d’arrière-plan.