XmlSchemaCollection.EnumTypes Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
EnumTypes(String) |
Enumerates all types contained in this xml schema collection, limited to the specified namespace. |
EnumTypes() |
Enumerates all types contained in this xml schema collection. |
EnumTypes(String)
Enumerates all types contained in this xml schema collection, limited to the specified namespace.
public System.Data.DataTable EnumTypes (string xmlNamespace);
member this.EnumTypes : string -> System.Data.DataTable
Public Function EnumTypes (xmlNamespace As String) As DataTable
Parameters
- xmlNamespace
- String
Returns
Applies to
EnumTypes()
Enumerates all types contained in this xml schema collection.
public System.Data.DataTable EnumTypes ();
member this.EnumTypes : unit -> System.Data.DataTable
Public Function EnumTypes () As DataTable