IXmlSchemaInfo.SchemaElement 屬性

定義

取得已編譯的 XmlSchemaElement,其會對應至這個已驗證的 XML 節點。

public:
 property System::Xml::Schema::XmlSchemaElement ^ SchemaElement { System::Xml::Schema::XmlSchemaElement ^ get(); };
public System.Xml.Schema.XmlSchemaElement? SchemaElement { get; }
public System.Xml.Schema.XmlSchemaElement SchemaElement { get; }
member this.SchemaElement : System.Xml.Schema.XmlSchemaElement
Public ReadOnly Property SchemaElement As XmlSchemaElement

屬性值

XmlSchemaElement

對應於這個已驗證 XML 節點的 XmlSchemaElement

適用於