次の方法で共有


IToolboxItemDiscovery.GetItemInfo(IToolboxType) メソッド

定義

指定した型に対応する IToolboxItemInfo を返します。

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

パラメーター

type
IToolboxType

有効なツールボックス コントロールの種類。

戻り値

この型に関する情報。型がこのプロバイダーによって認識される有効なツールボックス コントロール型でない場合は null。

注釈

このメソッドは、型の type ソース (拡張 SDK など) に応じて異なる情報を提供する必要がある場合に、引数の型を検査する必要があります。 IToolboxType から派生した IToolbox*Type インターフェイスを参照してください。

このメソッドは、バックグラウンド スレッドで呼び出される場合があります。

適用対象