XmlAtomicValue.XmlType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取经验证的 XML 元素或特性的 XmlSchemaType。
public:
virtual property System::Xml::Schema::XmlSchemaType ^ XmlType { System::Xml::Schema::XmlSchemaType ^ get(); };
public override System.Xml.Schema.XmlSchemaType XmlType { get; }
member this.XmlType : System.Xml.Schema.XmlSchemaType
Public Overrides ReadOnly Property XmlType As XmlSchemaType
属性值
经验证的 XML 元素或特性的 XmlSchemaType。
注解
该 XmlType 属性获取 XmlSchemaType 已验证的 XML 元素或属性。 例如, XmlSchemaSimpleType 或 XmlSchemaComplexType.