Noemax FastInfoset.NET
SetReferencedVocabulary Method
See Also  Send Feedback
Noemax.FastInfoset Namespace > ReaderVocabulary Class : SetReferencedVocabulary Method






referencedVocabularyURI
The URI of external referenced vocabulary.
referencedVocabulary
The external referenced vocabulary.
clear
If set to true then the tables of this vocabulary will be cleared.
Sets the read-only referenced vocabulary for this vocabulary.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub SetReferencedVocabulary( _
   ByVal referencedVocabularyURI As String, _
   ByVal referencedVocabulary As ReaderVocabulary, _
   ByVal clear As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As ReaderVocabulary
Dim referencedVocabularyURI As String
Dim referencedVocabulary As ReaderVocabulary
Dim clear As Boolean
 
instance.SetReferencedVocabulary(referencedVocabularyURI, referencedVocabulary, clear)
C# 
public virtual void SetReferencedVocabulary( 
   string referencedVocabularyURI,
   ReaderVocabulary referencedVocabulary,
   bool clear
)
Delphi 
public procedure SetReferencedVocabulary( 
    referencedVocabularyURI: String;
    referencedVocabulary: ReaderVocabulary;
    clear: Boolean
); virtual; 
JScript 
public function SetReferencedVocabulary( 
   referencedVocabularyURI : String,
   referencedVocabulary : ReaderVocabulary,
   clear : boolean
);
Managed Extensions for C++ 
public: virtual void SetReferencedVocabulary( 
   string* referencedVocabularyURI,
   ReaderVocabulary* referencedVocabulary,
   bool clear
) 
C++/CLI 
public:
virtual void SetReferencedVocabulary( 
   String^ referencedVocabularyURI,
   ReaderVocabulary^ referencedVocabulary,
   bool clear
) 

Parameters

referencedVocabularyURI
The URI of external referenced vocabulary.
referencedVocabulary
The external referenced vocabulary.
clear
If set to true then the tables of this vocabulary will be cleared.

See Also