IToolboxItemDiscovery.GetItemInfo(IToolboxType) Yöntem

Tanım

Belirli bir türe karşılık gelen IToolboxItemInfo değerini 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

Bu türle ilgili bilgiler veya 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 (uzantı SDK'sı type gibi) bağlı olarak farklı bilgiler sağlaması gerekiyorsa bağımsız değişkenin türünü incelemelidir. Bkz. IToolbox*IToolboxType'tan türetilen Tür arabirimleri.

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

Şunlara uygulanır