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: StringName of the deployment configuration.
Return Value
Type: Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConfiguration
The deployment configuration that was created.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.