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 序列化基礎結構內部使用的衍生類別使用。

typeXML 架構命名空間實例中的 屬性會明確指定 XML 專案的資料類型。

適用於