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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.