ExpandoObject::IDictionary<String^, Object^>::TryGetValue Method (String^, Object^%)

 

Gets the value associated with the specified key.

Namespace:   System.Dynamic
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::Boolean

true 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
Return to top
Show: