GraphPathSerializationDictionary::ContainsKey Method (String^)

 

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

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

public:
virtual bool ContainsKey(
	String^ key
) sealed

Parameters

key
Type: System::String^

The key to locate in the System.Collections.Generic.IDictionary.

Return Value

Type: System::Boolean

True if the System.Collections.Generic.IDictionary contains an element that has the key; otherwise, false.

Exception Condition
ArgumentNullException

key is null.

Return to top
Show: