ModelingPackage.AddToolboxItems 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.
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
An array of ModelingToolboxItem to be added.