XmlSchemaType.DerivedBy 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得有關此項目如何從其基底型別衍生的編譯後資訊。
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 值 | 描述 |
---|---|
None | 未指定衍生方法。 |
Substitution | 衍生自替代。 |
Extension | 衍生自擴充功能。 |
Restriction | 衍生自限制。 |
List | 依清單衍生。 |
Union | 由 Union 衍生。 |