UpdateReference Method (GoXmlTransformer)
In This Topic
Fix up a reference property whose value was delayed until the referred-to-object
became available.
Syntax
Parameters
- obj
-
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 needs to be updated with the correct reference given by - referred
- an
Object
that is the result of a call to GoXmlReader.FindShared, or if that call returned null, the String
which was the reference string passed to the earlier call to GoXmlReader.AddDelayedRef.
See Also