FastInfoset.NET Class Reference for .NET
ReadOnlyVocabulary Property (WriterVocabulary)






Gets an associated read-only vocabulary.
Syntax
'Declaration
 
Public ReadOnly Property ReadOnlyVocabulary As WriterVocabulary
'Usage
 
Dim instance As WriterVocabulary
Dim value As WriterVocabulary
 
value = instance.ReadOnlyVocabulary
public WriterVocabulary ReadOnlyVocabulary {get;}
public read-only property ReadOnlyVocabulary: WriterVocabulary; 
public function get ReadOnlyVocabulary : WriterVocabulary
public: __property WriterVocabulary* get_ReadOnlyVocabulary();
public:
property WriterVocabulary^ ReadOnlyVocabulary {
   WriterVocabulary^ get();
}
Remarks
External read-only vocabulary provides provides indexes for encoding previously encountered values, it does not get updated when new values are encountered in the document. You can populate read-only vocabulary by loading XML or FI document or reusing vocabulary once used for writing a Fast Infoset document.
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