Noemax FastInfoset.NET
SetVocabulary Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetWriter Class : SetVocabulary Method






vocabulary
The vocabulary to use.
Sets the vocabulary to be used when writing a Fast Infoset document.

Syntax

Visual Basic (Declaration) 
Public Sub SetVocabulary( _
   ByVal vocabulary As WriterVocabulary _
) 
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetWriter
Dim vocabulary As WriterVocabulary
 
instance.SetVocabulary(vocabulary)
C# 
public void SetVocabulary( 
   WriterVocabulary vocabulary
)
Delphi 
public procedure SetVocabulary( 
    vocabulary: WriterVocabulary
); 
JScript 
public function SetVocabulary( 
   vocabulary : WriterVocabulary
);
Managed Extensions for C++ 
public: void SetVocabulary( 
   WriterVocabulary* vocabulary
) 
C++/CLI 
public:
void SetVocabulary( 
   WriterVocabulary^ vocabulary
) 

Parameters

vocabulary
The vocabulary to use.

See Also