XmlSchemaType.BaseXmlSchemaType 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 for the base type of this schema type.
public:
property System::Xml::Schema::XmlSchemaType ^ BaseXmlSchemaType { System::Xml::Schema::XmlSchemaType ^ get(); };
public System.Xml.Schema.XmlSchemaType? BaseXmlSchemaType { get; }
public System.Xml.Schema.XmlSchemaType BaseXmlSchemaType { get; }
member this.BaseXmlSchemaType : System.Xml.Schema.XmlSchemaType
Public ReadOnly Property BaseXmlSchemaType As XmlSchemaType
Property Value
An XmlSchemaType object representing the base type of this schema type.
Remarks
The BaseXmlSchemaType property always has a value, because all schema types have a base type. This value is set upon schema compilation, making it a part of the post-schema-compilation infoset.
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.