Version

BuildReference Method (RefBase)

Constructs a reference relative to this reference by walking all the elements of the specified parsed reference. If forceDataRef is true, then any IsDataReference references are forced to resolve to a specific data item when an incomplete identifier is specified. RefLoop is used to iterate over the specified parsed reference.

This method must be overridden by the Root reference object to deal with external or root references. The Root referece object must advance past the optional control name in a Fully Qualified Reference before calling RefLoop

Syntax
'Declaration
 
Protected Overridable Function BuildReference( _
   ByVal buildRP As RefParser, _
   ByVal forceDataRef As Boolean _
) As IUltraCalcReference
protected virtual IUltraCalcReference BuildReference( 
   RefParser buildRP,
   bool forceDataRef
)

Parameters

buildRP
The parsed representation of the reference to construct
forceDataRef
Force resolution to a specific data item.

Return Value

The specified reference
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also