XmlSchemaType.GetBuiltInComplexType Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Returnerar en XmlSchemaComplexType som representerar den inbyggda komplexa typen av den angivna komplexa typen.
Överlagringar
| Name | Description |
|---|---|
| GetBuiltInComplexType(XmlTypeCode) |
Returnerar en XmlSchemaComplexType som representerar den inbyggda komplexa typen av den angivna komplexa typen. |
| GetBuiltInComplexType(XmlQualifiedName) |
Returnerar en XmlSchemaComplexType som representerar den inbyggda komplexa typen av komplex typ som anges med kvalificerat namn. |
GetBuiltInComplexType(XmlTypeCode)
- Källa:
- XmlSchemaType.cs
- Källa:
- XmlSchemaType.cs
- Källa:
- XmlSchemaType.cs
- Källa:
- XmlSchemaType.cs
- Källa:
- XmlSchemaType.cs
Returnerar en XmlSchemaComplexType som representerar den inbyggda komplexa typen av den angivna komplexa typen.
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
Parametrar
- typeCode
- XmlTypeCode
Ett av värdena XmlTypeCode som representerar den komplexa typen.
Returer
Det XmlSchemaComplexType som representerar den inbyggda komplexa typen.
Gäller för
GetBuiltInComplexType(XmlQualifiedName)
- Källa:
- XmlSchemaType.cs
- Källa:
- XmlSchemaType.cs
- Källa:
- XmlSchemaType.cs
- Källa:
- XmlSchemaType.cs
- Källa:
- XmlSchemaType.cs
Returnerar en XmlSchemaComplexType som representerar den inbyggda komplexa typen av komplex typ som anges med kvalificerat namn.
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
Parametrar
- qualifiedName
- XmlQualifiedName
Av XmlQualifiedName den komplexa typen.
Returer
Det XmlSchemaComplexType som representerar den inbyggda komplexa typen.
Undantag
Parametern XmlQualifiedName är null.