This documentation is archived and is not being maintained.
ExpandoObject::IDictionary<String, Object>::TryGetValue Method
Visual Studio 2010
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.
Implements
IDictionary<TKey, TValue>::TryGetValue(TKey, TValue%)Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: