Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
GraphPathSerializationDictionary() | |
![]() |
GraphPathSerializationDictionary(GraphPathSerializationDictionary) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | |
![]() |
IsReadOnly | |
![]() |
Item | |
![]() |
Keys | |
![]() |
Names | |
![]() |
Values |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add(KeyValuePair<String, String>) | |
![]() |
Add(String, String) | |
![]() |
AddDefaultPaths | |
![]() |
Clear | |
![]() |
Contains | |
![]() |
ContainsKey | |
![]() |
CopyTo | |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetEnumerator | |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetPath | |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
LookupName | |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Remove(KeyValuePair<String, String>) | |
![]() |
Remove(String) | |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
TryGetValue |
Top
Events
Name | Description | |
---|---|---|
![]() |
CommonPathsAdded |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
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.