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






The vocabulary to use as read-only vocabulary.
Specifies and external vocabulary to be used as read-only vocabulary.
Syntax
'Declaration
 
Public Sub SetReadOnlyVocabulary( _
   ByVal vocabulary As ReaderVocabulary _
) 
'Usage
 
Dim instance As ReaderVocabulary
Dim vocabulary As ReaderVocabulary
 
instance.SetReadOnlyVocabulary(vocabulary)
public void SetReadOnlyVocabulary( 
   ReaderVocabulary vocabulary
)
public procedure SetReadOnlyVocabulary( 
    vocabulary: ReaderVocabulary
); 
public function SetReadOnlyVocabulary( 
   vocabulary : ReaderVocabulary
);
public: void SetReadOnlyVocabulary( 
   ReaderVocabulary* vocabulary
) 
public:
void SetReadOnlyVocabulary( 
   ReaderVocabulary^ vocabulary
) 

Parameters

vocabulary
The vocabulary to use as read-only vocabulary.
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

ReaderVocabulary Class
ReaderVocabulary Members

Send Feedback