IXmlSchemaInfo.SchemaAttribute 屬性

定義

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

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 節點的 XmlSchemaAttribute

適用於