Classe GraphPathSerializationDictionary
Hierarquia de herança
System.Object
Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)
Sintaxe
'Declaração
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
O tipo GraphPathSerializationDictionary expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
GraphPathSerializationDictionary() | ||
GraphPathSerializationDictionary(GraphPathSerializationDictionary) |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | ||
IsReadOnly | ||
Item | ||
Keys | ||
Names | ||
Values |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add(KeyValuePair<String, String>) | ||
Add(String, String) | ||
AddDefaultPaths | ||
Clear | ||
Contains | ||
ContainsKey | ||
CopyTo | ||
Equals | Determina se o especificado Object é igual a atual Object. (Herdado de Object.) | |
Finalize | Permite que um objeto tentar liberar recursos e executar outras operações de limpeza antes que ele é recuperado pela coleta de lixo. (Herdado de Object.) | |
GetEnumerator | ||
GetHashCode | Serves as a hash function for a particular type. (Herdado de Object.) | |
GetPath | ||
GetType | Obtém o Type da instância atual. (Herdado de Object.) | |
LookupName | ||
MemberwiseClone | Cria uma cópia superficial do atual Object. (Herdado de Object.) | |
Remove(KeyValuePair<String, String>) | ||
Remove(String) | ||
ToString | Retorna um string que representa o objeto atual. (Herdado de Object.) | |
TryGetValue |
Início
Eventos
Nome | Descrição | |
---|---|---|
CommonPathsAdded |
Início
Implementações explícitas da interface
Nome | Descrição | |
---|---|---|
IEnumerable.GetEnumerator |
Início
Acesso thread-safe
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.