IDeploymentConfigurationDictionary.Add, méthode (String, IEnumerable<String>, IEnumerable<String>)
Ajoute une configuration de déploiement au dictionnaire.La configuration de déploiement ajoutée à l'aide de cette méthode n'est pas stockée dans le fichier projet ou le fichier utilisateur.
Espace de noms : Microsoft.VisualStudio.SharePoint.Deployment
Assembly : Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- name
Type : System.String
Nom de la configuration de déploiement.
- deploymentSteps
Type : System.Collections.Generic.IEnumerable<String>
Étapes qui font partie de l'opération de déploiement dans la configuration de déploiement.
- retractionSteps
Type : System.Collections.Generic.IEnumerable<String>
Étapes qui font partie de l'opération de retrait dans la configuration de déploiement.
Valeur de retour
Type : Microsoft.VisualStudio.SharePoint.Deployment.IDeploymentConfiguration
Configuration de déploiement créée.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IDeploymentConfigurationDictionary Interface
Microsoft.VisualStudio.SharePoint.Deployment, espace de noms