XmlSchemaElement.ElementSchemaType 屬性

定義

根據元素的值XmlSchemaType,取得SchemaType一個代表元素SchemaTypeName型態的物件。

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

屬性值

XmlSchemaType 物件。

備註

此屬性為後模式驗證資訊集屬性。

適用於