Partilhar via


Método ModelingPackage.AddToolboxItems

Adicione a coleção passada de ModelingToolboxItemBase itens na caixa de ferramentas Visual Studio.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxe

'Declaração
Protected Sub AddToolboxItems ( _
    items As IEnumerable(Of ModelingToolboxItemBase) _
)
protected void AddToolboxItems(
    IEnumerable<ModelingToolboxItemBase> items
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ModelingPackage Classe

Namespace Microsoft.VisualStudio.Modeling.Shell