Noemax FastInfoset.NET
VocabularyProvider Property
See Also  Send Feedback
Noemax.FastInfoset Namespace > XmlFastInfosetReader Class : VocabularyProvider Property






Gets and sets the IVocabularyProvider for resolving external vocabulary URI, when it is encountered within a document.

Syntax

Visual Basic (Declaration) 
Public Property VocabularyProvider As IVocabularyProvider
Visual Basic (Usage)Copy Code
Dim instance As XmlFastInfosetReader
Dim value As IVocabularyProvider
 
instance.VocabularyProvider = value
 
value = instance.VocabularyProvider
C# 
public IVocabularyProvider VocabularyProvider {get; set;}
Delphi 
public read-write property VocabularyProvider: IVocabularyProvider; 
JScript 
public function get,set VocabularyProvider : IVocabularyProvider
Managed Extensions for C++ 
public: __property IVocabularyProvider* get_VocabularyProvider();
public: __property void set_VocabularyProvider( 
   IVocabularyProvider* value
);
C++/CLI 
public:
property IVocabularyProvider^ VocabularyProvider {
   IVocabularyProvider^ get();
   void set (    IVocabularyProvider^ value);
}

See Also