FastInfoset.NET Class Reference for .NET
WriteEntityRef Method (XmlFastInfosetWriter)






The name of the entity reference.

This method is not supported and always throws a NotSupportedException.
Syntax
'Declaration
 
Public Overrides NotOverridable Sub WriteEntityRef( _
   ByVal name As System.String _
) 
'Usage
 
Dim instance As XmlFastInfosetWriter
Dim name As System.String
 
instance.WriteEntityRef(name)
public override void WriteEntityRef( 
   System.string name
)
public procedure WriteEntityRef( 
    name: System.String
); override; 
public override function WriteEntityRef( 
   name : System.String
);
public: void WriteEntityRef( 
   System.string* name
) override 
public:
void WriteEntityRef( 
   System.String^ name
) override 

Parameters

name

The name of the entity reference.

Remarks
Writing of entity references is presently not supported by XmlFastInfosetWriter.
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

XmlFastInfosetWriter Class
XmlFastInfosetWriter Members
Base Implementation in WriteEntityRef

Send Feedback