XmlSchemaType.FinalResolved 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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
属性值
Final 属性的编译后值。 默认值为 finalDefault
元素中的 schema
特性值。
注解
此值指示在通过限制扩展类型时如何限制类型。 如果类型标记为 final
,则无法扩展此类型。