XmlSchemaType.GetBuiltInComplexType Method

Definition

Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified.

Overloads

GetBuiltInComplexType(XmlTypeCode)

Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified.

GetBuiltInComplexType(XmlQualifiedName)

Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified by qualified name.

GetBuiltInComplexType(XmlTypeCode)

Source:
XmlSchemaType.cs
Source:
XmlSchemaType.cs
Source:
XmlSchemaType.cs

Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified.

C#
public static System.Xml.Schema.XmlSchemaComplexType? GetBuiltInComplexType(System.Xml.Schema.XmlTypeCode typeCode);
C#
public static System.Xml.Schema.XmlSchemaComplexType GetBuiltInComplexType(System.Xml.Schema.XmlTypeCode typeCode);

Parameters

typeCode
XmlTypeCode

One of the XmlTypeCode values representing the complex type.

Returns

The XmlSchemaComplexType that represents the built-in complex type.

Applies to

.NET 10 ja muud versioonid
Toode Versioonid
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1

GetBuiltInComplexType(XmlQualifiedName)

Source:
XmlSchemaType.cs
Source:
XmlSchemaType.cs
Source:
XmlSchemaType.cs

Returns an XmlSchemaComplexType that represents the built-in complex type of the complex type specified by qualified name.

C#
public static System.Xml.Schema.XmlSchemaComplexType? GetBuiltInComplexType(System.Xml.XmlQualifiedName qualifiedName);
C#
public static System.Xml.Schema.XmlSchemaComplexType GetBuiltInComplexType(System.Xml.XmlQualifiedName qualifiedName);

Parameters

qualifiedName
XmlQualifiedName

The XmlQualifiedName of the complex type.

Returns

The XmlSchemaComplexType that represents the built-in complex type.

Exceptions

The XmlQualifiedName parameter is null.

Applies to

.NET 10 ja muud versioonid
Toode Versioonid
.NET Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
.NET Standard 2.0, 2.1