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 nejsou uloženy v souboru projektu nebo souboru uživatelem.

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

  • name
    Typ: String

    Název konfigurace nasazení.

  • deploymentSteps
    Typ: IEnumerable<String>

    Kroky, které jsou součástí operace nasadit nasazení konfigurace.

  • retractionSteps
    Typ: IEnumerable<String>

    Kroky, které jsou součástí operace retract v konfiguraci nasazení.

Vrácená hodnota

Typ: Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConfiguration
Konfigurace nasazení, který byl vytvořen.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IDeploymentConfigurationDictionary Rozhraní

Add – přetížení

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