FastInfoset.NET Class Reference for .NET
SetExternalVocabulary Method (WriterVocabulary)






The URI to identify the external vocabulary in the document.
The external vocabulary to use.
Sets an external read-only vocabulary for this vocabulary.
Syntax
'Declaration
 
Public Sub SetExternalVocabulary( _
   ByVal externalVocabularyUri As System.String, _
   ByVal externalVocabulary As WriterVocabulary _
) 
'Usage
 
Dim instance As WriterVocabulary
Dim externalVocabularyUri As System.String
Dim externalVocabulary As WriterVocabulary
 
instance.SetExternalVocabulary(externalVocabularyUri, externalVocabulary)
public void SetExternalVocabulary( 
   System.string externalVocabularyUri,
   WriterVocabulary externalVocabulary
)
public procedure SetExternalVocabulary( 
    externalVocabularyUri: System.String;
    externalVocabulary: WriterVocabulary
); 
public function SetExternalVocabulary( 
   externalVocabularyUri : System.String,
   externalVocabulary : WriterVocabulary
);
public: void SetExternalVocabulary( 
   System.string* externalVocabularyUri,
   WriterVocabulary* externalVocabulary
) 
public:
void SetExternalVocabulary( 
   System.String^ externalVocabularyUri,
   WriterVocabulary^ externalVocabulary
) 

Parameters

externalVocabularyUri
The URI to identify the external vocabulary in the document.
externalVocabulary
The external vocabulary to use.
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

WriterVocabulary Class
WriterVocabulary Members

Send Feedback