FastInfoset.NET Class Reference for Mono
SetExternalVocabulary Method (ReaderVocabulary)






The URI of external referenced vocabulary.
The external referenced vocabulary.
Sets the read-only referenced vocabulary for this vocabulary.
Syntax
'Declaration
 
Public Sub SetExternalVocabulary( _
   ByVal referencedVocabularyURI As System.String, _
   ByVal referencedVocabulary As ReaderVocabulary _
) 
'Usage
 
Dim instance As ReaderVocabulary
Dim referencedVocabularyURI As System.String
Dim referencedVocabulary As ReaderVocabulary
 
instance.SetExternalVocabulary(referencedVocabularyURI, referencedVocabulary)
public void SetExternalVocabulary( 
   System.string referencedVocabularyURI,
   ReaderVocabulary referencedVocabulary
)
public procedure SetExternalVocabulary( 
    referencedVocabularyURI: System.String;
    referencedVocabulary: ReaderVocabulary
); 
public function SetExternalVocabulary( 
   referencedVocabularyURI : System.String,
   referencedVocabulary : ReaderVocabulary
);
public: void SetExternalVocabulary( 
   System.string* referencedVocabularyURI,
   ReaderVocabulary* referencedVocabulary
) 
public:
void SetExternalVocabulary( 
   System.String^ referencedVocabularyURI,
   ReaderVocabulary^ referencedVocabulary
) 

Parameters

referencedVocabularyURI
The URI of external referenced vocabulary.
referencedVocabulary
The external referenced vocabulary.
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

ReaderVocabulary Class
ReaderVocabulary Members

Send Feedback