Share via


IDeploymentConfigurationDictionary.Add Method (String)

Adds a deployment configuration to the dictionary. The deployment configuration added by using this method is not stored in the project file or user file.

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

Syntax

'Declaration
Function Add ( _
    name As String _
) As IDeploymentConfiguration
IDeploymentConfiguration Add(
    string name
)

Parameters

  • name
    Type: String

    Name of the deployment configuration.

Return Value

Type: Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConfiguration
The deployment configuration that was created.

.NET Framework Security

See Also

Reference

IDeploymentConfigurationDictionary Interface

Add Overload

Microsoft.VisualStudio.SharePoint.Deployment Namespace