Share via


XmlSchemaType.BaseSchemaType 屬性

定義

警告

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

警告

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

警告

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

取得編譯後物件型別或內建 XML 結構描述定義語言 (XSD) 資料型別、simpleType 項目或 complexType 項目。 這是後結構描述編譯資訊集屬性。

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

屬性值

Object

內建 XSD 資料型別、simpleType 項目或 complexType 項目。

屬性

備註

complexType 衍生自基底值所指定的型別。 基底值必須是 QName。

重要

屬性 BaseSchemaType 已過時,且已由 BaseXmlSchemaType 屬性取代。

適用於