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






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

Parameters

prefix
The prefix 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