XmlSchemaInfo.ContentType 属性

定义

获取或设置对应于此已验证的 XML 节点的内容类型的 XmlSchemaContentType 对象。

public:
 property System::Xml::Schema::XmlSchemaContentType ContentType { System::Xml::Schema::XmlSchemaContentType get(); void set(System::Xml::Schema::XmlSchemaContentType value); };
public System.Xml.Schema.XmlSchemaContentType ContentType { get; set; }
member this.ContentType : System.Xml.Schema.XmlSchemaContentType with get, set
Public Property ContentType As XmlSchemaContentType

属性值

XmlSchemaContentType

一个 XmlSchemaContentType 对象。

适用于