IXmlSchemaInfo.SchemaAttribute 属性
定义
获取与此被验证的 XML 节点对应的已编译的 XmlSchemaAttribute。Gets the compiled XmlSchemaAttribute that corresponds to this validated XML node.
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
属性值
XmlSchemaAttribute 对应的此验证的 XML 节点。An XmlSchemaAttribute that corresponds to this validated XML node.