GraphPathSerializationDictionary Methods

 

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

NameDescription
System_CAPS_pubmethodAdd(KeyValuePair<String^, String^>)

Add a path with the given name and value. An empty path is ignored.

Trailing slash is removed.

System_CAPS_pubmethodAdd(String^, String^)

Add a path with the given name and value. An empty path is ignored.

Trailing slash is removed.

System_CAPS_pubmethodAddDefaultPaths()

Add the default paths that we can find using the current process Environment.

System_CAPS_pubmethodClear()

Removes all items from the System.Collections.Generic.ICollection.

System_CAPS_pubmethodContains(KeyValuePair<String^, String^>)

Determines if the given link is in this collection.

System_CAPS_pubmethodContainsKey(String^)

Determines whether the System.Collections.Generic.IDictionary contains an element that has the specified key.

System_CAPS_pubmethodCopyTo(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.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetEnumerator()

Returns an enumerator that iterates through the collection.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetPath(String^)

Get the value of the path with the given name.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodLookupName(String^)

Find the name of the path with the specified value

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRemove(KeyValuePair<String^, String^>)

Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection.

System_CAPS_pubmethodRemove(String^)

Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodTryGetValue(String^, String^)

Gets the value associated with the specified key.

NameDescription
System_CAPS_pubinterfaceSystem_CAPS_privmethodIEnumerable::GetEnumerator()

Returns an enumerator that iterates through the collection.

Return to top
Show: