IToolboxItemDiscovery.GetItemInfo(IToolboxType) Methode

Definition

Gibt die IToolboxItemInfo zurück, die einem gegebenen Typ entsprechen.

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

Parameter

type
IToolboxType

Ein gültiger Toolboxsteuerelementtyp.

Gibt zurück

IToolboxItemInfo

Die Informationen über diesen Typ oder NULL, wenn der Typ kein gültiger Toolbox-Steuerelementtyp ist, der von diesem Anbieter erkannt wird.

Hinweise

Diese Methode sollte den Typ der Argument, wenn abhängig von der Quelle des Typs (z. b. ein Erweiterungs-SDK) unterschiedliche Informationen bereitgestellt werden müssen. Weitere Informationen finden Sie unter itoolbox *-typschnittstellen, die von itoolboxtype abgeleitet werden.

Diese Methode kann in einem Hintergrund Thread aufgerufen werden.

Gilt für