Compartilhar via


Método IDeploymentConfigurationDictionary.Add (String)

Adiciona uma configuração de implantação ao dicionário.A configuração de implantação adicionada usando esse método não é armazenada no arquivo de projeto ou arquivo do usuário.

Namespace:  Microsoft.VisualStudio.SharePoint.Deployment
Assembly:  Microsoft.VisualStudio.SharePoint (em Microsoft.VisualStudio.SharePoint.dll)

Sintaxe

'Declaração
Function Add ( _
    name As String _
) As IDeploymentConfiguration
IDeploymentConfiguration Add(
    string name
)

Parâmetros

  • name
    Tipo: System.String
    Nome da configuração da implantação.

Valor de retorno

Tipo: Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConfiguration
A configuração de implantação que foi criada.

Segurança do .NET Framework

Consulte também

Referência

IDeploymentConfigurationDictionary Interface

Sobrecargas Add

Namespace Microsoft.VisualStudio.SharePoint.Deployment