FastInfoset.NET Class Reference for .NET
CreateWriterVocabulary(XmlSchemaSet) Method






The schema set to be used to generate the vocabulary.
Creates a new WriterVocabulary from the specified XSD schema set.
Syntax
'Declaration
 
Public Overloads Shared Function CreateWriterVocabulary( _
   ByVal schemaSet As System.Xml.Schema.XmlSchemaSet _
) As WriterVocabulary
'Usage
 
Dim schemaSet As System.Xml.Schema.XmlSchemaSet
Dim value As WriterVocabulary
 
value = SchemaVocabulary.CreateWriterVocabulary(schemaSet)
public static WriterVocabulary CreateWriterVocabulary( 
   System.Xml.Schema.XmlSchemaSet schemaSet
)
public function CreateWriterVocabulary( 
    schemaSet: System.Xml.Schema.XmlSchemaSet
): WriterVocabulary; static; 
public static function CreateWriterVocabulary( 
   schemaSet : System.Xml.Schema.XmlSchemaSet
) : WriterVocabulary;
public: static WriterVocabulary* CreateWriterVocabulary( 
   System.Xml.Schema.XmlSchemaSet* schemaSet
) 
public:
static WriterVocabulary^ CreateWriterVocabulary( 
   System.Xml.Schema.XmlSchemaSet^ schemaSet
) 

Parameters

schemaSet
The schema set to be used to generate the vocabulary.

Return Value

The generated 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

SchemaVocabulary Class
SchemaVocabulary Members
Overload List

Send Feedback