Share via


DslDefinitionModelToolboxHelperBase.CreateToolboxItems Method

Definition

Returns a list of custom toolbox items to be added dynamically

public:
 virtual System::Collections::Generic::IList<Microsoft::VisualStudio::Modeling::Design::ModelingToolboxItem ^> ^ CreateToolboxItems();
public 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>
Public Overridable Function CreateToolboxItems () As IList(Of ModelingToolboxItem)

Returns

Applies to