GraphPathSerializationDictionary Methods
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
| Name | Description | |
|---|---|---|
![]() | Add(KeyValuePair<String^, String^>) | Add a path with the given name and value. An empty path is ignored. Trailing slash is removed. |
![]() | Add(String^, String^) | Add a path with the given name and value. An empty path is ignored. Trailing slash is removed. |
![]() | AddDefaultPaths() | Add the default paths that we can find using the current process Environment. |
![]() | Clear() | Removes all items from the System.Collections.Generic.ICollection. |
![]() | Contains(KeyValuePair<String^, String^>) | Determines if the given link is in this collection. |
![]() | ContainsKey(String^) | Determines whether the System.Collections.Generic.IDictionary contains an element that has the specified key. |
![]() | CopyTo(array<KeyValuePair<String^, String^>>^, Int32) | Copies the elements of the System.Collections.Generic.ICollection to an System.Array, starting at a particular System.Array index. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetEnumerator() | Returns an enumerator that iterates through the collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetPath(String^) | Get the value of the path with the given name. |
![]() | GetType() | (Inherited from Object.) |
![]() | LookupName(String^) | Find the name of the path with the specified value |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Remove(KeyValuePair<String^, String^>) | Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection. |
![]() | Remove(String^) | Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection. |
![]() | ToString() | (Inherited from Object.) |
![]() | TryGetValue(String^, String^) | Gets the value associated with the specified key. |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable::GetEnumerator() | Returns an enumerator that iterates through the collection. |



