DslDefinitionModelToolboxHelperBase.CreateToolboxItems Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)