XmlSchemaType.FinalResolved 属性

定义

获取 Final 属性的编译后值。

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

属性值

XmlSchemaDerivationMethod

Final 属性的编译后值。 默认值为 finalDefault 元素中的 schema 特性值。

注解

此值指示在通过限制扩展类型时如何限制类型。 如果类型标记为 final,则无法扩展此类型。

适用于