GraphPathSerializationDictionary, classe
Hiérarchie d'héritage
System.Object
Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Class GraphPathSerializationDictionary _
Implements IDictionary(Of String, String), _
ICollection(Of KeyValuePair(Of String, String)), IEnumerable(Of KeyValuePair(Of String, String)), _
IEnumerable
public class GraphPathSerializationDictionary : IDictionary<string, string>,
ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>,
IEnumerable
public ref class GraphPathSerializationDictionary : IDictionary<String^, String^>,
ICollection<KeyValuePair<String^, String^>>, IEnumerable<KeyValuePair<String^, String^>>,
IEnumerable
type GraphPathSerializationDictionary =
class
interface IDictionary<string, string>
interface ICollection<KeyValuePair<string, string>>
interface IEnumerable<KeyValuePair<string, string>>
interface IEnumerable
end
public class GraphPathSerializationDictionary implements IDictionary<String, String>, ICollection<KeyValuePair<String, String>>, IEnumerable<KeyValuePair<String, String>>, IEnumerable
Le type GraphPathSerializationDictionary expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
GraphPathSerializationDictionary() | ||
GraphPathSerializationDictionary(GraphPathSerializationDictionary) |
Début
Propriétés
Nom | Description | |
---|---|---|
Count | ||
IsReadOnly | ||
Item | ||
Keys | ||
Names | ||
Values |
Début
Méthodes
Nom | Description | |
---|---|---|
Add(KeyValuePair<String, String>) | ||
Add(String, String) | ||
AddDefaultPaths | ||
Clear | ||
Contains | ||
ContainsKey | ||
CopyTo | ||
Equals | Détermine si l'Object spécifié est égal à l'Object en cours. (Hérité de Object.) | |
Finalize | Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.) | |
GetEnumerator | ||
GetHashCode | Sert de fonction de hachage pour un type particulier. (Hérité de Object.) | |
GetPath | ||
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
LookupName | ||
MemberwiseClone | Crée une copie superficielle de l'objet Object actif. (Hérité de Object.) | |
Remove(KeyValuePair<String, String>) | ||
Remove(String) | ||
ToString | Retourne une chaîne qui représente l'objet actuel. (Hérité de Object.) | |
TryGetValue |
Début
Événements
Nom | Description | |
---|---|---|
CommonPathsAdded |
Début
Implémentations d'interface explicite
Nom | Description | |
---|---|---|
IEnumerable.GetEnumerator |
Début
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.