GraphPathSerializationDictionary::TryGetValue Method (String^, String^)
Visual Studio 2015
Gets the value associated with the specified key.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- key
-
Type:
System::String^
The key whose value to obtain.
- value
-
Type:
System::String^
When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.
Return Value
Type: System::BooleanTrue if the object that implements System.Collections.Generic.IDictionary contains an element that has the specified key; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | key is null. |
Show: