IToolboxItemDiscovery.GetItemInfo(IToolboxType) Yöntem

Tanım

IToolboxItemInfoVerilen türe karşılık gelen bir değer döndürür.

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

Parametreler

type
IToolboxType

Geçerli bir araç kutusu denetim türü.

Döndürülenler

IToolboxItemInfo

Bu tür hakkındaki bilgiler veya tür, bu sağlayıcı tarafından tanınan geçerli bir araç kutusu denetim türü değilse null.

Açıklamalar

Bu yöntem, türün kaynağına göre farklı bilgiler sağlaması gerekiyorsa bağımsız değişkeni (örneğin, bir uzantı SDK 'Sı). IToolboxType 'dan türeyen IToolbox * tür arabirimlerine bakın.

Bu yöntem, bir arka plan iş parçacığında çağrılabilir.

Şunlara uygulanır