XmlSchemaType.GetBuiltInComplexType Methode

Definitie

Retourneert een XmlSchemaComplexType die het ingebouwde complexe type van het opgegeven complexe type vertegenwoordigt.

Overloads

Name Description
GetBuiltInComplexType(XmlTypeCode)

Retourneert een XmlSchemaComplexType die het ingebouwde complexe type van het opgegeven complexe type vertegenwoordigt.

GetBuiltInComplexType(XmlQualifiedName)

Retourneert een XmlSchemaComplexType waarde die het ingebouwde complexe type van het complexe type vertegenwoordigt dat is opgegeven met de gekwalificeerde naam.

GetBuiltInComplexType(XmlTypeCode)

Bron:
XmlSchemaType.cs
Bron:
XmlSchemaType.cs
Bron:
XmlSchemaType.cs
Bron:
XmlSchemaType.cs
Bron:
XmlSchemaType.cs

Retourneert een XmlSchemaComplexType die het ingebouwde complexe type van het opgegeven complexe type vertegenwoordigt.

public:
 static System::Xml::Schema::XmlSchemaComplexType ^ GetBuiltInComplexType(System::Xml::Schema::XmlTypeCode typeCode);
public static System.Xml.Schema.XmlSchemaComplexType? GetBuiltInComplexType(System.Xml.Schema.XmlTypeCode typeCode);
public static System.Xml.Schema.XmlSchemaComplexType GetBuiltInComplexType(System.Xml.Schema.XmlTypeCode typeCode);
static member GetBuiltInComplexType : System.Xml.Schema.XmlTypeCode -> System.Xml.Schema.XmlSchemaComplexType
Public Shared Function GetBuiltInComplexType (typeCode As XmlTypeCode) As XmlSchemaComplexType

Parameters

typeCode
XmlTypeCode

Een van de XmlTypeCode waarden die het complexe type vertegenwoordigen.

Retouren

De XmlSchemaComplexType functie die het ingebouwde complexe type vertegenwoordigt.

Van toepassing op

GetBuiltInComplexType(XmlQualifiedName)

Bron:
XmlSchemaType.cs
Bron:
XmlSchemaType.cs
Bron:
XmlSchemaType.cs
Bron:
XmlSchemaType.cs
Bron:
XmlSchemaType.cs

Retourneert een XmlSchemaComplexType waarde die het ingebouwde complexe type van het complexe type vertegenwoordigt dat is opgegeven met de gekwalificeerde naam.

public:
 static System::Xml::Schema::XmlSchemaComplexType ^ GetBuiltInComplexType(System::Xml::XmlQualifiedName ^ qualifiedName);
public static System.Xml.Schema.XmlSchemaComplexType? GetBuiltInComplexType(System.Xml.XmlQualifiedName qualifiedName);
public static System.Xml.Schema.XmlSchemaComplexType GetBuiltInComplexType(System.Xml.XmlQualifiedName qualifiedName);
static member GetBuiltInComplexType : System.Xml.XmlQualifiedName -> System.Xml.Schema.XmlSchemaComplexType
Public Shared Function GetBuiltInComplexType (qualifiedName As XmlQualifiedName) As XmlSchemaComplexType

Parameters

qualifiedName
XmlQualifiedName

Het XmlQualifiedName complexe type.

Retouren

De XmlSchemaComplexType functie die het ingebouwde complexe type vertegenwoordigt.

Uitzonderingen

De XmlQualifiedName parameter is null.

Van toepassing op