FastInfoset.NET Class Reference for .NET
AddContentString Method (Vocabulary)






The content string.
Adds the content string to the vocabulary.
Syntax
'Declaration
 
Public MustOverride Sub AddContentString( _
   ByVal text As System.String _
) 
'Usage
 
Dim instance As Vocabulary
Dim text As System.String
 
instance.AddContentString(text)
public abstract void AddContentString( 
   System.string text
)
public procedure AddContentString( 
    text: System.String
); abstract; 
public __abstract function AddContentString( 
   text : System.String
);
public: abstract void AddContentString( 
   System.string* text
) 
public:
abstract void AddContentString( 
   System.String^ text
) 

Parameters

text
The content string.
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

Vocabulary Class
Vocabulary Members

Send Feedback