共用方式為


XmlSchemaType.DerivedBy 屬性

定義

取得有關此項目如何從其基底型別衍生的編譯後資訊。

public:
 property System::Xml::Schema::XmlSchemaDerivationMethod DerivedBy { System::Xml::Schema::XmlSchemaDerivationMethod get(); };
public System.Xml.Schema.XmlSchemaDerivationMethod DerivedBy { get; }
member this.DerivedBy : System.Xml.Schema.XmlSchemaDerivationMethod
Public ReadOnly Property DerivedBy As XmlSchemaDerivationMethod

屬性值

XmlSchemaDerivationMethod

其中一個 XmlSchemaDerivationMethod 值。

備註

下表顯示此屬性可包含的值。

XmlSchemaDerivationMethod 描述
None 未指定衍生方法。
Substitution 衍生自替代。
Extension 衍生自擴充功能。
Restriction 衍生自限制。
List 依清單衍生。
Union 由 Union 衍生。

適用於