次の方法で共有


AsyncModelingPackage.CreateToolboxItems メソッド

定義

派生クラスでオーバーライドされると、このパッケージによって提供される動的またはカスタム ツールボックス項目の一覧を返します。

protected:
 virtual System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Design::ModelingToolboxItem ^> ^ CreateToolboxItems();
protected virtual System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Design.ModelingToolboxItem> CreateToolboxItems ();
abstract member CreateToolboxItems : unit -> System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Design.ModelingToolboxItem>
override this.CreateToolboxItems : unit -> System.Collections.Generic.IList<Microsoft.VisualStudio.Modeling.Design.ModelingToolboxItem>
Protected Overridable Function CreateToolboxItems () As IList(Of ModelingToolboxItem)

戻り値

適用対象