ModelingPackage.AddToolboxItems(IEnumerable<ModelingToolboxItemBase>) Methode

Definition

Fügen Sie die bestandene Auflistung von modelingtoolboxitembase-Elementen der Visual Studio-Toolbox hinzu.

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))

Parameter

items
IEnumerable<ModelingToolboxItemBase>

Ein Array von modelingtoolboxitem, das hinzugefügt werden soll.

Gilt für