XmlSchemaType.FinalResolved Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the post-compilation value of the Final property.
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
Property Value
The post-compilation value of the Final property. The default is the finalDefault
attribute value of the schema
element.
Remarks
This value indicates how the type is restricted when the type is extended through restriction. If the type is marked as final
, this type cannot be extended.
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.