IDeploymentConfigurationDictionary.Add 方法 (String, IEnumerable<String>, IEnumerable<String>)

向字典添加部署配置。 使用此方法添加的部署配置未存储到项目文件或用户文件中。

命名空间:  Microsoft.VisualStudio.SharePoint.Deployment
程序集:  Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)

语法

声明
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
)

参数

返回值

类型:Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConfiguration
创建的部署配置。

.NET Framework 安全性

请参见

参考

IDeploymentConfigurationDictionary 接口

Add 重载

Microsoft.VisualStudio.SharePoint.Deployment 命名空间