IDeploymentConfigurationDictionary.Add (Método) (String, IEnumerable<String>, IEnumerable<String>)

Agrega al diccionario una configuración de implementación.La configuración de implementación que se agrega con este método no se almacena en el archivo del usuario ni en el archivo del proyecto.

Espacio de nombres:  Microsoft.VisualStudio.SharePoint.Deployment
Ensamblado:  Microsoft.VisualStudio.SharePoint (en Microsoft.VisualStudio.SharePoint.dll)

Sintaxis

'Declaración
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
    Nombre de la configuración de implementación.

Valor devuelto

Tipo: Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConfiguration
Configuración de implementación que se creó.

Seguridad de .NET Framework

Vea también

Referencia

IDeploymentConfigurationDictionary Interfaz

Add (Sobrecarga)

Microsoft.VisualStudio.SharePoint.Deployment (Espacio de nombres)