IXmlSchemaInfo.SchemaAttribute 属性

定义

获取与此验证的 XML 节点对应的已编译 XmlSchemaAttribute

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

属性值

对应于此验证的 XML 节点的一个 XmlSchemaAttribute

适用于