共用方式為


IXmlSchemaInfo.SchemaType 屬性

定義

取得這個已驗證之 XML 節點的靜態 XML 結構描述定義語言 (XSD) 結構描述型別。

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

屬性值

這個已驗證 XML 節點的 XmlSchemaType

備註

XML 節點的靜態類型是在 XSD 架構中宣告的類型。

適用於