IXmlSchemaInfo.SchemaElement 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与此被验证的 XML 节点对应的已编译的 XmlSchemaElement。
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 节点。