GoDiagram Web Reference
AddDelayedRef Method

The object that contains an unresolved reference
a String that the names the property or somehow identifies which reference in the object given by val needs to be updated with the correct reference in an implementation of IGoXmlTransformer.UpdateReference
a String that holds information needed to resolve the reference in an implementation of IGoXmlTransformer.UpdateReference; normally this is an ID returned by FindShared
Remember an object, one of its properties, and the string representation of a reference to another object.
Syntax
'Declaration
 
Public Sub AddDelayedRef( _
   ByVal val As Object, _
   ByVal prop As String, _
   ByVal refstr As String _
) 
public void AddDelayedRef( 
   object val,
   string prop,
   string refstr
)

Parameters

val
The object that contains an unresolved reference
prop
a String that the names the property or somehow identifies which reference in the object given by val needs to be updated with the correct reference in an implementation of IGoXmlTransformer.UpdateReference
refstr
a String that holds information needed to resolve the reference in an implementation of IGoXmlTransformer.UpdateReference; normally this is an ID returned by FindShared
Remarks
ProcessDelayedObjects uses this stored information to fix up references.
Requirements

Target Platforms: 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

Reference

GoXmlReader Class
GoXmlReader Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback