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






This method does not add anything to the vocabulary.
Syntax
'Declaration
 
Public Overrides Sub WriteEntityRef( _
   ByVal name As System.String _
) 
'Usage
 
Dim instance As VocabularyWriter
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
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

VocabularyWriter Class
VocabularyWriter Members
Base Implementation in WriteEntityRef

Send Feedback