GoDiagram Web Reference
WriteAttrRef Method

the attribute name
the object for which we write a string reference
Write an attribute of the name name with a string representation for the reference to the object val.
Syntax
'Declaration
 
Public Function WriteAttrRef( _
   ByVal name As String, _
   ByVal val As Object _
) As String
public string WriteAttrRef( 
   string name,
   object val
)

Parameters

name
the attribute name
val
the object for which we write a string reference

Return Value

a string representing a reference to that object
Remarks
This converts the object reference to a string by calling GoXmlWriter.GoXmlWriter.MakeShared and then writes the attribute by calling GoXmlWriter.GoXmlWriter.WriteAttrVal.
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

GoXmlTransformer Class
GoXmlTransformer Members
WriteAttrVal(String,String) Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback