FastInfoset.NET Class Reference for .NET
VocabularyProvider Property (XmlFastInfosetReader)






Gets and sets the IVocabularyProvider for resolving external vocabulary URI, when it is encountered within a document.
Syntax
'Declaration
 
Public Property VocabularyProvider As IVocabularyProvider
'Usage
 
Dim instance As XmlFastInfosetReader
Dim value As IVocabularyProvider
 
instance.VocabularyProvider = value
 
value = instance.VocabularyProvider
public IVocabularyProvider VocabularyProvider {get; set;}
public read-write property VocabularyProvider: IVocabularyProvider; 
public function get,set VocabularyProvider : IVocabularyProvider
public: __property IVocabularyProvider* get_VocabularyProvider();
public: __property void set_VocabularyProvider( 
   IVocabularyProvider* value
);
public:
property IVocabularyProvider^ VocabularyProvider {
   IVocabularyProvider^ get();
   void set (    IVocabularyProvider^ value);
}
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

XmlFastInfosetReader Class
XmlFastInfosetReader Members

Send Feedback