The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ExpandoObject::IDictionary<String^, Object^>::TryGetValue Method (String^, Object^%)
Gets the value associated with the specified key.
Assembly: System.Core (in System.Core.dll)
private: virtual bool TryGetValue( String^ key, [OutAttribute] Object^% value ) sealed = IDictionary<String^, Object^>::TryGetValue
Parameters
- key
-
Type:
System::String^
The key of the value to get.
- value
-
Type:
System::Object^%
When this method returns, contains the value associated with the specified key, if the key is found; otherwise, contains 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 IDictionary<TKey, TValue> contains an element that has the specified key; otherwise, false.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: