Version

GetResolvedValue(Boolean) Method

Gets the resolved value of the reference. This method will walk down the reference chain recursively to get the resolved value of the reference that is not just another reference.
Syntax
public object GetResolvedValue( 
   bool willUseValueInCalculations
)

Parameters

willUseValueInCalculations
True if the value returned will actually be used in calculations; False if the value is being requested to inspect some aspect of it, such as its type.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also