XmlSchemaElement.ElementSchemaType 属性

定义

获取一个 XmlSchemaType 对象,该对象表示元素基于其 SchemaTypeSchemaTypeName 值的类型。

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

一个 XmlSchemaType 对象。

注解

此属性是架构验证后信息集属性。

适用于