FastInfoset.NET Class Reference for .NET
FromSchemaSet(String) Method






The path to the schema to generate vocabulary from.
Generates a new SchemaVocabulary from the XSD schema set.
Syntax
'Declaration
 
Public Overloads Shared Function FromSchemaSet( _
   ByVal path As System.String _
) As SchemaVocabulary
'Usage
 
Dim path As System.String
Dim value As SchemaVocabulary
 
value = SchemaVocabulary.FromSchemaSet(path)
public static SchemaVocabulary FromSchemaSet( 
   System.string path
)
public function FromSchemaSet( 
    path: System.String
): SchemaVocabulary; static; 
public static function FromSchemaSet( 
   path : System.String
) : SchemaVocabulary;
public: static SchemaVocabulary* FromSchemaSet( 
   System.string* path
) 
public:
static SchemaVocabulary^ FromSchemaSet( 
   System.String^ path
) 

Parameters

path
The path to the schema to generate vocabulary from.

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