XmlSchemaType.BaseSchemaType Propiedad

Definición

Precaución

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

Precaución

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

Precaución

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

Obtiene el tipo de objeto posterior a la compilación o el tipo de datos del lenguaje de definición de esquemas XML (XSD) integrado, el elemento simpleType o el elemento complexType. Se trata de una propiedad del conjunto de información posterior a la compilación del esquema.

public:
 property System::Object ^ BaseSchemaType { System::Object ^ 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("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. 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("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("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. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.BaseSchemaType : obj
member this.BaseSchemaType : obj
Public ReadOnly Property BaseSchemaType As Object

Valor de propiedad

Object

Tipo de datos XSD integrado, elemento simpleType o elemento complexType.

Atributos

Comentarios

ComplexType se deriva del tipo especificado por el valor base. El valor base debe ser un QName.

Importante

La BaseSchemaType propiedad está obsoleta y se ha reemplazado por la BaseXmlSchemaType propiedad .

Se aplica a