ModelingPackage.AddToolboxItems Method

Definition

Add the passed collection of ModelingToolboxItemBase items into the Visual Studio toolbox.

protected:
 void AddToolboxItems(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Modeling::Design::ModelingToolboxItemBase ^> ^ items);
protected void AddToolboxItems (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Modeling.Design.ModelingToolboxItemBase> items);
member this.AddToolboxItems : seq<Microsoft.VisualStudio.Modeling.Design.ModelingToolboxItemBase> -> unit
Protected Sub AddToolboxItems (items As IEnumerable(Of ModelingToolboxItemBase))

Parameters

items
IEnumerable<ModelingToolboxItemBase>

An array of ModelingToolboxItem to be added.

Applies to