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)

返回

适用于