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






Creates a new ReaderVocabulary from the specified XSD schema set.
Syntax
'Declaration
 
Public Overloads Shared Function CreateReaderVocabulary( _
   ByVal schemaSet As System.Xml.Schema.XmlSchemaSet _
) As ReaderVocabulary
'Usage
 
Dim schemaSet As System.Xml.Schema.XmlSchemaSet
Dim value As ReaderVocabulary
 
value = SchemaVocabulary.CreateReaderVocabulary(schemaSet)
public static ReaderVocabulary CreateReaderVocabulary( 
   System.Xml.Schema.XmlSchemaSet schemaSet
)
public function CreateReaderVocabulary( 
    schemaSet: System.Xml.Schema.XmlSchemaSet
): ReaderVocabulary; static; 
public static function CreateReaderVocabulary( 
   schemaSet : System.Xml.Schema.XmlSchemaSet
) : ReaderVocabulary;
public: static ReaderVocabulary* CreateReaderVocabulary( 
   System.Xml.Schema.XmlSchemaSet* schemaSet
) 
public:
static ReaderVocabulary^ CreateReaderVocabulary( 
   System.Xml.Schema.XmlSchemaSet^ schemaSet
) 

Parameters

schemaSet

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