Version

BuildReference Method (RefParser)

Populate this RefParser by merging the input baseRP with the input mergeRP. If respectMarked is true, then any tuples in mergeRP that are Marked have precedence and are converted to scope Any.
Syntax
'Declaration
 
Public Sub BuildReference( _
   ByVal baseRP As RefParser, _
   ByVal mergeRP As RefParser _
) 
public void BuildReference( 
   RefParser baseRP,
   RefParser mergeRP
)

Parameters

baseRP
The base reference.
mergeRP
The reference to merge into the base.
Requirements

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