XmlSchemaCollection.EnumTypes Method

Definition

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

Returns

Applies to