Compartilhar via


Método IDeploymentConfigurationDictionary.Add (String, IEnumerable<String>, IEnumerable<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, _
    deploymentSteps As IEnumerable(Of String), _
    retractionSteps As IEnumerable(Of String) _
) As IDeploymentConfiguration
IDeploymentConfiguration Add(
    string name,
    IEnumerable<string> deploymentSteps,
    IEnumerable<string> retractionSteps
)

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