Version

GetSchema Method

Returns a schema instance
Syntax
'Declaration
 
Public Shared Function GetSchema( _
   ByVal includeEnumValues As Boolean _
) As XmlSchema
public static XmlSchema GetSchema( 
   bool includeEnumValues
)

Parameters

includeEnumValues
True if the definitions for the node types should include all the possible enum values based on the current definition of the enumerations used for the properties. When false, the types are defined as strings.

Return Value

A Schema instance that represents the application style schema
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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