XmlSerializationReader.GetXsiType 方法

定义

获取 XmlReader 当前位置的 XML 元素的 xsi:type 属性的值。

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 System::Xml::XmlQualifiedName ^ GetXsiType();
protected System.Xml.XmlQualifiedName? GetXsiType ();
protected System.Xml.XmlQualifiedName GetXsiType ();
member this.GetXsiType : unit -> System.Xml.XmlQualifiedName
Protected Function GetXsiType () As XmlQualifiedName

返回

XML 限定名,指示 XML 元素的数据类型。

注解

的受保护成员XmlSerializationReader仅供在 .NET Framework XML 序列化基础结构内部使用的派生类使用。

type XML 架构命名空间实例中的 属性显式指定 XML 元素的数据类型。

适用于