Xceed Chart for WinForms v4.4 Documentation
WriteEntityRef Method


Xceed.Chart.Utilities.v4.4 Assembly > Xceed.Chart.Utilities Namespace > XmlNodeWriter Class : WriteEntityRef Method
The name of the entity reference
Creates a System.Xml.XmlEntityReference node.
Syntax
'Declaration
 
Public Overrides Sub WriteEntityRef( _
   ByVal name As String _
) 
'Usage
 
Dim instance As XmlNodeWriter
Dim name As String
 
instance.WriteEntityRef(name)
public override void WriteEntityRef( 
   string name
)

Parameters

name
The name of the entity reference
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

XmlNodeWriter Class
XmlNodeWriter Members
Base Implementation in WriteEntityRef