Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Contient une collection d'étapes de déploiement.
Espace de noms : Microsoft.VisualStudio.SharePoint.Deployment
Assembly : Microsoft.VisualStudio.SharePoint (dans Microsoft.VisualStudio.SharePoint.dll)
Syntaxe
'Déclaration
Public Interface IDeploymentConfigurationDictionary _
Inherits IDictionary(Of String, IDeploymentConfiguration), ICollection(Of KeyValuePair(Of String, IDeploymentConfiguration)), _
IEnumerable(Of KeyValuePair(Of String, IDeploymentConfiguration)), IEnumerable
public interface IDeploymentConfigurationDictionary : IDictionary<string, IDeploymentConfiguration>,
ICollection<KeyValuePair<string, IDeploymentConfiguration>>, IEnumerable<KeyValuePair<string, IDeploymentConfiguration>>,
IEnumerable
Le type IDeploymentConfigurationDictionary expose les membres suivants.
Propriétés
| Nom | Description | |
|---|---|---|
![]() |
Count | Obtient le nombre d'éléments contenus dans le ICollection<T>. (Hérité de ICollection<KeyValuePair<String, IDeploymentConfiguration>>.) |
![]() |
IsReadOnly | Obtient une valeur indiquant si ICollection<T> est en lecture seule. (Hérité de ICollection<KeyValuePair<String, IDeploymentConfiguration>>.) |
![]() |
Item | Obtient ou définit l'élément avec la clé spécifiée. (Hérité de IDictionary<String, IDeploymentConfiguration>.) |
![]() |
Keys | Obtient un ICollection<T> contenant les clés de IDictionary<TKey, TValue>. (Hérité de IDictionary<String, IDeploymentConfiguration>.) |
![]() |
Values | Obtient ICollection<T> contenant les valeurs de IDictionary<TKey, TValue>. (Hérité de IDictionary<String, IDeploymentConfiguration>.) |
Début
Méthodes
| Nom | Description | |
|---|---|---|
![]() |
Add(T) | Ajoute un élément à ICollection<T>. (Hérité de ICollection<KeyValuePair<String, IDeploymentConfiguration>>.) |
![]() |
Add(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. |
![]() |
Add(TKey, TValue) | Ajoute un élément avec la clé et la valeur fournies à IDictionary<TKey, TValue>. (Hérité de IDictionary<String, IDeploymentConfiguration>.) |
![]() |
Add(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. |
![]() |
Clear | Supprime tous les éléments de ICollection<T>. (Hérité de ICollection<KeyValuePair<String, IDeploymentConfiguration>>.) |
![]() |
Contains | Détermine si ICollection<T> contient une valeur spécifique. (Hérité de ICollection<KeyValuePair<String, IDeploymentConfiguration>>.) |
![]() |
ContainsKey | Détermine si IDictionary<TKey, TValue> contient un élément avec la clé spécifiée. (Hérité de IDictionary<String, IDeploymentConfiguration>.) |
![]() |
CopyTo | Copie les éléments de ICollection<T> dans Array, en commençant à un index particulier de Array. (Hérité de ICollection<KeyValuePair<String, IDeploymentConfiguration>>.) |
![]() |
GetEnumerator() | Retourne un énumérateur qui itère au sein de la collection. (Hérité de IEnumerable<KeyValuePair<String, IDeploymentConfiguration>>.) |
![]() |
GetEnumerator() | Retourne un énumérateur qui itère au sein d'une collection. (Hérité de IEnumerable.) |
![]() |
Remove(TKey) | Supprime de IDictionary<TKey, TValue> l'élément ayant la clé spécifiée. (Hérité de IDictionary<String, IDeploymentConfiguration>.) |
![]() |
Remove(T) | Supprime la première occurrence d'un objet spécifique de ICollection<T>. (Hérité de ICollection<KeyValuePair<String, IDeploymentConfiguration>>.) |
![]() |
TryGetValue | Obtient la valeur associée à la clé spécifiée. (Hérité de IDictionary<String, IDeploymentConfiguration>.) |
Début
Voir aussi
Référence
Microsoft.VisualStudio.SharePoint.Deployment, espace de noms
.gif)
.gif)