GraphPathSerializationDictionary Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.GraphModel.GraphPathSerializationDictionary

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
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

The GraphPathSerializationDictionary type exposes the following members.

Constructors

  Name Description
Public method GraphPathSerializationDictionary()
Public method GraphPathSerializationDictionary(GraphPathSerializationDictionary)

Top

Properties

  Name Description
Public property Count
Public property IsReadOnly
Public property Item
Public property Keys
Public property Names
Public property Values

Top

Methods

  Name Description
Public method Add(KeyValuePair<String, String>)
Public method Add(String, String)
Public method AddDefaultPaths
Public method Clear
Public method Contains
Public method ContainsKey
Public method CopyTo
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetEnumerator
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetPath
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method LookupName
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Remove(KeyValuePair<String, String>)
Public method Remove(String)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Public method TryGetValue

Top

Events

  Name Description
Public event CommonPathsAdded

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.GraphModel Namespace