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






The string to add to the vocabulary.
Adds the CDATA string to the vocabulary content strings table.
Syntax
'Declaration
 
Public Overrides Sub WriteCData( _
   ByVal text As System.String _
) 
'Usage
 
Dim instance As VocabularyWriter
Dim text As System.String
 
instance.WriteCData(text)
public override void WriteCData( 
   System.string text
)
public procedure WriteCData( 
    text: System.String
); override; 
public override function WriteCData( 
   text : System.String
);
public: void WriteCData( 
   System.string* text
) override 
public:
void WriteCData( 
   System.String^ text
) override 

Parameters

text
The string to add to the vocabulary.
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 WriteCData

Send Feedback