FastInfoset.NET Class Reference for .NET
SetReadOnlyVocabulary Method (WriterVocabulary)






The vocabulary to use.
Sets the read-only vocabulary for this vocabulary.
Syntax
'Declaration
 
Public Sub SetReadOnlyVocabulary( _
   ByVal vocabulary As WriterVocabulary _
) 
'Usage
 
Dim instance As WriterVocabulary
Dim vocabulary As WriterVocabulary
 
instance.SetReadOnlyVocabulary(vocabulary)
public void SetReadOnlyVocabulary( 
   WriterVocabulary vocabulary
)
public procedure SetReadOnlyVocabulary( 
    vocabulary: WriterVocabulary
); 
public function SetReadOnlyVocabulary( 
   vocabulary : WriterVocabulary
);
public: void SetReadOnlyVocabulary( 
   WriterVocabulary* vocabulary
) 
public:
void SetReadOnlyVocabulary( 
   WriterVocabulary^ vocabulary
) 

Parameters

vocabulary
The vocabulary to use.
Remarks
The read-only vocabulary is used as a predefined reference vocabulary for resolving strings and indexes. The read-only vocabulary never gets updated with more strings. Strings that are neither in the read-only vocabulary nor the current vocabulary are added to the current 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

WriterVocabulary Class
WriterVocabulary Members

Send Feedback