XmlSerializationReader.ReadTypedPrimitive(XmlQualifiedName) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 XmlReader 目前所在之 XML 節點的值。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
protected:
System::Object ^ ReadTypedPrimitive(System::Xml::XmlQualifiedName ^ type);
protected object? ReadTypedPrimitive (System.Xml.XmlQualifiedName type);
protected object ReadTypedPrimitive (System.Xml.XmlQualifiedName type);
member this.ReadTypedPrimitive : System.Xml.XmlQualifiedName -> obj
Protected Function ReadTypedPrimitive (type As XmlQualifiedName) As Object
參數
- type
- XmlQualifiedName
XmlQualifiedName,其表示 XmlReader 目前位置的簡單資料類型。
傳回
如果此值為簡單 XML 結構描述資料類型,即為 .NET Framework 實值型別的節點值。
備註
的受保護成員 XmlSerializationReader 僅供在 .NET Framework XML 序列化基礎結構內部使用的衍生類別使用。