XmlSchemaInfo.ContentType 属性    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置对应于此已验证的 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 对象。