Sdílet prostřednictvím


IDeploymentConfigurationDictionary.Add – metoda (String, IEnumerable<String>, IEnumerable<String>)

Přidá konfiguraci nasazení do slovníku. Konfigurace nasazení přidané pomocí této metody není uložena v souboru projektu nebo souboru uživatele.

Obor názvů:  Microsoft.VisualStudio.SharePoint.Deployment
Sestavení:  Microsoft.VisualStudio.SharePoint (v Microsoft.VisualStudio.SharePoint.dll)

Syntaxe

'Deklarace
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
)

Parametry

Vrácená hodnota

Typ: Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConfiguration
Vytvoření konfigurace nasazení.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IDeploymentConfigurationDictionary Rozhraní

Add – přetížení

Microsoft.VisualStudio.SharePoint.Deployment – obor názvů