XmlSchemaSimpleTypeRestriction.BaseType 属性      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置有关基类型的信息。
public:
 property System::Xml::Schema::XmlSchemaSimpleType ^ BaseType { System::Xml::Schema::XmlSchemaSimpleType ^ get(); void set(System::Xml::Schema::XmlSchemaSimpleType ^ value); };
	public System.Xml.Schema.XmlSchemaSimpleType? BaseType { get; set; }
	public System.Xml.Schema.XmlSchemaSimpleType BaseType { get; set; }
	member this.BaseType : System.Xml.Schema.XmlSchemaSimpleType with get, set
	Public Property BaseType As XmlSchemaSimpleType
	属性值
simpleType 元素的基类型。
注解
使用 BaseTypeName 和 BaseType 互斥。