XmlSchemaType.BaseSchemaType Egenskap

Definition

Varning

XmlSchemaType.BaseSchemaType has been deprecated. Use the BaseXmlSchemaType property that returns a strongly typed base schema type instead.

Varning

This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. https://go.microsoft.com/fwlink/?linkid=14202

Varning

This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202

Hämtar objekttypen efter kompilering eller den inbyggda datatypen XML Schema Definition Language (XSD), simpleType-element eller complexType-element. Det här är en infouppsättningsegenskap efter schemakompilering.

public:
 property System::Object ^ BaseSchemaType { System::Object ^ get(); };
[System.Obsolete("XmlSchemaType.BaseSchemaType has been deprecated. Use the BaseXmlSchemaType property that returns a strongly typed base schema type instead.")]
public object? BaseSchemaType { get; }
[System.Obsolete("This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. https://go.microsoft.com/fwlink/?linkid=14202")]
public object? BaseSchemaType { get; }
[System.Obsolete("This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202")]
public object BaseSchemaType { get; }
[System.Obsolete("This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. https://go.microsoft.com/fwlink/?linkid=14202")]
public object BaseSchemaType { get; }
public object BaseSchemaType { get; }
[<System.Obsolete("XmlSchemaType.BaseSchemaType has been deprecated. Use the BaseXmlSchemaType property that returns a strongly typed base schema type instead.")>]
member this.BaseSchemaType : obj
[<System.Obsolete("This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. https://go.microsoft.com/fwlink/?linkid=14202")>]
member this.BaseSchemaType : obj
[<System.Obsolete("This property has been deprecated. Please use BaseXmlSchemaType property that returns a strongly typed base schema type. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.BaseSchemaType : obj
member this.BaseSchemaType : obj
Public ReadOnly Property BaseSchemaType As Object

Egenskapsvärde

Den inbyggda XSD-datatypen, simpleType-elementet eller complexType-elementet.

Attribut

Kommentarer

ComplexType härleds från den typ som anges av basvärdet. Basvärdet måste vara ett QName.

Important

Egenskapen BaseSchemaType är föråldrad och har ersatts av egenskapen BaseXmlSchemaType .

Gäller för