IToolboxItemDiscovery.GetItemInfo(IToolboxType) 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 l’objet IToolboxItemInfo correspondant à un type donné.
public:
Microsoft::VisualStudio::Shell::IToolboxItemInfo ^ GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType ^ type);
public:
Microsoft::VisualStudio::Shell::IToolboxItemInfo ^ GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType ^ type);
Microsoft::VisualStudio::Shell::IToolboxItemInfo GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType const & type);
public Microsoft.VisualStudio.Shell.IToolboxItemInfo GetItemInfo (Microsoft.VisualStudio.Shell.IToolboxType type);
abstract member GetItemInfo : Microsoft.VisualStudio.Shell.IToolboxType -> Microsoft.VisualStudio.Shell.IToolboxItemInfo
Public Function GetItemInfo (type As IToolboxType) As IToolboxItemInfo
Paramètres
- type
- IToolboxType
Type valide de contrôle de boîte à outils.
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 doit inspecter le type de l’argument type
s’il doit fournir des informations différentes en fonction de la source du type (par exemple, un Kit de développement logiciel (SDK) d’extension). Consultez les interfaces IToolbox*Type qui dérivent de IToolboxType.
Cette méthode peut être appelée sur un thread d’arrière-plan.