Freigeben über


ModelingPackage.AddToolboxItems-Methode

Fügen Sie die übergebene Sammlung von ModelingToolboxItemBase-Elementen der Visual Studio-Toolbox hinzu.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Protected Sub AddToolboxItems ( _
    items As IEnumerable(Of ModelingToolboxItemBase) _
)
protected void AddToolboxItems(
    IEnumerable<ModelingToolboxItemBase> items
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelingPackage Klasse

Microsoft.VisualStudio.Modeling.Shell-Namespace