NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

XmlWriter.WriteEntityRef

Writes out an entity reference as follows: "&"+name+";".

[Visual Basic]
MustOverride Public Sub WriteEntityRef( _
   ByVal name As String _
)
[C#]
public abstract void WriteEntityRef(
   string name
);
[C++]
public: virtual void WriteEntityRef(
   String* name
) = 0;
[JScript]
public abstract function WriteEntityRef(
   name : String
);

Parameters

name
Name of the entity reference.

See Also

XmlWriter Class | XmlWriter Members | System.NewXml Namespace