System.Xml.ReaderWriter 指定 物件所執行的輸入或輸出檢查數量。 物件會自動偵測是否應執行文件或片段檢查,並進行適當的檢查。如果您包裝其他 物件,則外部物件不會執行任何其他的一致性檢查。必須由基礎物件來進行一致性檢查。請參閱 屬性,以取得如何判定符合性層級的詳細資料。 XML 資料使用格式正確的 XML 1.0 文件 編譯,如 W3C 所定義。 XML 資料是格式正確的 XML 片段,如 W3C 所定義。 指定處理 DTD 的選項。 列舉型別是由 類別所使用。 導致 DOCTYPE 項目受到忽略。不會發生 DTD 處理。 指定在遇到 DTD 時擲回 並顯示訊息,說明禁止使用 DTD。這是預設行為。 提供讓類別能夠傳回行和位置資訊的介面。 取得值,這個值指出類別是否可以傳回行資訊。 如果可以提供 ,則為 true,否則為 false。 取得目前的行號。 目前的行號,如果沒有可用的行資訊 (例如 傳回 false),則為 0。 取得的目前行位置。 目前的行位置,如果沒有可用的行資訊 (例如 傳回 false),則為 0。 提供對一組前置詞和命名空間 (Namespace) 對應的唯讀存取。 取得定義之前置詞/命名空間對應的集合,目前位於範圍中。 ,包含目前範圍內的命名空間。 值,指定要傳回之命名空間節點的型別。 取得命名空間 URI,對應至指定的前置詞。 對應至前置詞的命名空間 URI,如果前置詞未對應至命名空間 URI,則為 null。 您要尋找其命名空間 URI 的前置詞。 取得前置詞,對應至指定的命名空間 URI。 對應至命名空間 URI 的前置詞,如果命名空間 URI 未對應至前置詞,則為 null。 您要尋找其前置詞的命名空間 URI。 指定是否要移除 中的重複命名空間宣告。 指定不要移除重複的命名空間宣告。 指定要移除重複的命名空間宣告。若要移除重複的命名空間,前置詞和命名空間必須相符。 實作單一執行緒的 初始化 NameTable 類別的新執行個體。 將指定的字串原子化,並將其加入至 NameTable。 原子化後的字串,如果已經存在於 NameTable 中,則為現有的字串。如果 為零,則會傳回 String.Empty。 包含要加入之字串的字元陣列。 陣列中以零起始的索引,指定字串的第一個字元。 字串中的字元數。 0 > -或- >= .Length-或- >= .Length如果 =0,上述條件就不會造成例外狀況擲回。 < 0。 將指定的字串原子化,並將其加入至 NameTable。 原子化後的字串,如果已經存在於 NameTable 中,則為現有的字串。 要加入的字串。 為 null。 取得包含與指定陣列中指定字元範圍內的字元相同的字串。 原子化字串,如果字串尚未原子化,則為 null。如果 為零,則會傳回 String.Empty。 包含要尋找之名稱的字元陣列。 陣列中以零起始的索引,指定名稱的第一個字元。 名稱中字元的數目。 0 > -或- >= .Length-或- >= .Length如果 =0,上述條件就不會造成例外狀況擲回。 < 0。 取得具有指定值的原子化字串。 原子化字串物件;如果字串尚未原子化,則為 null。 要尋找的名稱。 為 null。 指定如何處理分行符號。 實體化換行字元。當正規化 來讀取輸出時,這個設定會保留所有字元。 換行字元未變更。輸出與輸入相同。 取代換行字元,使其與 屬性中指定的字元相符。 指定讀取器 (Reader) 的狀態。 已經呼叫 方法。 已經順利到達檔案結尾。 發生錯誤,造成讀取作業無法繼續。 尚未呼叫 Read 方法。 已經呼叫 Read 方法。讀取器可能呼叫其他方法。 指定 的狀態。 指出正在寫入屬性值。 指出已呼叫 方法。 指出正在寫入項目內容。 指出正在寫入項目開始標記。 已經擲回例外狀況, 因此處於無效狀態。您可以呼叫 方法,將 置於 狀態下。任何其他 方法呼叫會導致 指出正在寫入初構 (Prolog)。 指出尚未呼叫 Write 方法。 編碼和解碼 XML 名稱,並且提供在 Common Language Runtime 類型和 XML 結構描述定義語言 (XSD) 類型之間轉換的方法。轉換資料類型時,傳回的值與地區設定無關。 將名稱解碼。這個方法反向執行 方法。 解碼的名稱。 要轉換的名稱。 將名稱轉換為有效的 XML 區域名稱。 編碼的名稱。 要編碼的名稱。 將名稱轉換為有效的 XML 名稱。 傳回以逸出字元取代任何無效字元的名稱。 要轉譯的名稱。 根據 XML 規格驗證確定名稱有效。 編碼的名稱。 要編碼的名稱。 轉換成對等的 Boolean 值,為 true 或 false。 要轉換的字串。 is null. does not represent a Boolean value. 轉換成對等的 字串的對等 Byte。 要轉換的字串。 is null. is not in the correct format. represents a number less than or greater than . 轉換成對等的 Char,表示單一字元。 字串,含有要轉換的單一字元。 The value of the parameter is null. The parameter contains more than one character. 使用指定的 ,將 轉換為 的對等 要進行轉換的 值。 其中一個 值,可指定應將日期轉換為當地時間,或保留為國際標準時間 (UTC) (如果它是 UTC 日期)。 is null. The value is null. is an empty string or is not in a valid format. 將提供的 轉換成 對等用法。 所提供之字串的 對應項。 要轉換的字串。注意   字串必須符合 XML dateTime 型別的 W3C Recommendation 子集。如需詳細資訊,請參閱 http://www.w3.org/TR/xmlschema-2/#dateTime。 is null. The argument passed to this method is outside the range of allowable values.For information about allowable values, see . The argument passed to this method does not conform to a subset of the W3C Recommendations for the XML dateTime type.For more information see http://www.w3.org/TR/xmlschema-2/#dateTime. 將提供的 轉換成 對等用法。 所提供之字串的 對應項。 要轉換的字串。 轉換 的來源格式。格式參數可以是 XML dateTime 型別之 W3C Recommendation 的任何子集(如需詳細資訊,請參閱 http://www.w3.org/TR/xmlschema-2/#dateTime)。 字串 會針對這個格式進行驗證。 is null. or is an empty string or is not in the specified format. 將提供的 轉換成 對等用法。 所提供之字串的 對應項。 要轉換的字串。 轉換 之來源格式的陣列。 中的每個格式,可以是 XML dateTime 型別的 W3C Recommendation 子集(如需詳細資訊,請參閱 http://www.w3.org/TR/xmlschema-2/#dateTime)。 字串 會針對其中一種格式進行驗證。 轉換成對等的 字串的對等 Decimal。 要轉換的字串。 is null. is not in the correct format. represents a number less than or greater than . 轉換成對等的 字串的對等 Double。 要轉換的字串。 is null. is not in the correct format. represents a number less than or greater than . 轉換成對等的 字串的對等 Guid。 要轉換的字串。 轉換成對等的 字串的對等 Int16。 要轉換的字串。 is null. is not in the correct format. represents a number less than or greater than . 轉換成對等的 字串的對等 Int32。 要轉換的字串。 is null. is not in the correct format. represents a number less than or greater than . 轉換成對等的 字串的對等 Int64。 要轉換的字串。 is null. is not in the correct format. represents a number less than or greater than . 轉換成對等的 字串的對等 SByte。 要轉換的字串。 is null. is not in the correct format. represents a number less than or greater than . 轉換成對等的 字串的對等 Single。 要轉換的字串。 is null. is not in the correct format. represents a number less than or greater than . 轉換成 Boolean 的字串表示,也就是 "true" 或 "false"。 要進行轉換的值。 轉換成 Byte 的字串表示。 要進行轉換的值。 轉換成 Char 的字串表示。 要進行轉換的值。 使用指定的 ,將 轉換為 的對等 要進行轉換的 值。 其中一個 值,可指定如何處理 值。 The value is not valid. The or value is null. 將提供的 轉換成 所提供之 表示。 要轉換的 將提供的 轉換成指定格式的 以所提供之 指定格式的 表示。 要轉換的 所要轉換成的格式。格式參數可以是 XML dateTime 型別之 W3C Recommendation 的任何子集(如需詳細資訊,請參閱 http://www.w3.org/TR/xmlschema-2/#dateTime)。 轉換成 Decimal 的字串表示。 要進行轉換的值。 轉換成 Double 的字串表示。 要進行轉換的值。 轉換成 Guid 的字串表示。 要進行轉換的值。 轉換成 Int16 的字串表示。 要進行轉換的值。 轉換成 Int32 的字串表示。 要進行轉換的值。 轉換成 Int64 的字串表示。 要進行轉換的值。 轉換成 SByte 的字串表示。 要進行轉換的值。 轉換成 Single 的字串表示。 要進行轉換的值。 轉換成 TimeSpan 的字串表示。 要進行轉換的值。 轉換成 UInt16 的字串表示。 要進行轉換的值。 轉換成 UInt32 的字串表示。 要進行轉換的值。 轉換成 UInt64 的字串表示。 要進行轉換的值。 轉換成對等的 字串的對等 TimeSpan。 要轉換的字串。字串格式必須符合<W3C XML 結構描述第 2 部分:資料型別>對持續期間的建議。 is not in correct format to represent a TimeSpan value. 轉換成對等的 字串的對等 UInt16。 要轉換的字串。 is null. is not in the correct format. represents a number less than or greater than . 轉換成對等的 字串的對等 UInt32。 要轉換的字串。 is null. is not in the correct format. represents a number less than or greater than . 轉換成對等的 字串的對等 UInt64。 要轉換的字串。 is null. is not in the correct format. represents a number less than or greater than . 根據 W3C Extended Markup Language Recommendation,驗證確定名稱是有效的名稱。 名稱 (如果它是有效的 XML 名稱)。 要驗證的名稱。 is not a valid XML name. is null or String.Empty. 根據 W3C Extended Markup Language Recommendation,驗證確定名稱是有效的 NCName。NCName 是不能包含冒號的名稱。 名稱 (如果它是有效的 NCName)。 要驗證的名稱。 is null or String.Empty. is not a valid non-colon name. 根據<W3C XML Schema Part2: Datatypes>建議,驗證字串是否為有效的 NMTOKEN。 名稱語彙基元 (如果它是有效的 NMTOKEN)。 您要驗證的字串。 The string is not a valid name token. is null. 如果字串引數中的所有字元都是有效的公用 ID 字元,則會傳回傳入的字串執行個體。 如果引數中的所有字元都是有效的公用 ID 字元,則會傳回傳入的字串。 包含要驗證之 ID 的 如果字串引數中的所有字元都是有效的空白字元,則會傳回傳入的字串執行個體。 如果字串引數中的所有字元都是有效的空白字元,則會傳回傳入的字串執行個體;否則傳回 null。 要驗證的 如果字串引數中的所有字元及 Surrogate 字組字元都是有效的 XML 字元,則傳回傳入的字串,否則擲回 XmlException,並提供遇到的第一個無效字元的相關資訊。 如果字串引數中的所有字元及 Surrogate 字組字元都是有效的 XML 字元,則傳回傳入的字串,否則擲回 XmlException,並提供遇到的第一個無效字元的相關資訊。 包含要驗證之字元的 指定在字串和 之間轉換時如何處理時間值。 當做當地時間。如果 物件表示 Coordinated Universal Time (UTC),則將它轉換成當地時間。 時區資訊應在轉換時保存。 如果要將 轉換成字串,則當做當地時間。 當做 UTC。如果 物件表示當地時間,則將它轉換成 UTC。 傳回有關上次例外狀況的詳細資訊。 初始化 XmlException 類別的新執行個體。 使用指定的錯誤訊息,初始化 XmlException 類別的新執行個體。 錯誤描述。 初始化 XmlException 類別的新執行個體。 錯誤條件的描述。 擲回 XmlException 的 (如果有的話)。這個值可以是 null。 使用指定的訊息、內部例外狀況、行號和行位置,初始化 XmlException 類別的新執行個體。 錯誤描述。 導致目前例外狀況的例外。這個值可以是 null。 指示發生錯誤之位置的行號。 指示發生錯誤之位置的行位置。 取得行號,指出發生錯誤的位置。 指示發生錯誤之位置的行號。 取得行位置,指出發生錯誤的位置。 指示發生錯誤之位置的行位置。 取得描述目前例外狀況的訊息。 解釋例外狀況原因的錯誤訊息。 解析、加入並移除集合的命名空間,並且為這些命名空間提供範圍管理。 使用指定的 初始化 類別的新執行個體。 要使用的 null is passed to the constructor 將指定的命名空間加入集合中。 與要加入的命名空間關聯的前置詞。使用 String.Empty 來加入預設命名空間。附註:如果 將用於解析 XML 路徑語言 (XPath) 運算式中的命名空間,則必須指定前置詞。如果 XPath 運算式不包括前置詞,則會假設命名空間統一資源識別項 (URI) 為空命名空間。如需有關 XPath 運算式以及 的詳細資訊,請參考 方法。 要加入的命名空間。 The value for is "xml" or "xmlns". The value for or is null. 取得預設命名空間的命名空間 URI。 傳回預設命名空間的命名空間 URI,若無預設命名空間,則傳回 String.Empty。 傳回用於逐一查看 中命名空間的列舉值。 ,包含 儲存的前置詞。 取得命名空間名稱集合,會根據前置詞索引,可用於列舉目前在範圍中的命名空間。 目前在範圍中的命名空間和前置詞配對集合。 列舉值,指定要傳回之命名空間節點的類型。 取得值,表示提供的前置詞是否具有針對目前推送的範圍中定義的命名空間。 如果已經定義命名空間,則為 true,否則為 false。 您要尋找的命名空間的前置詞。 取得指定前置詞的命名空間 URI。 傳回 的命名空間 URI;如果無對應的命名空間,則傳回 null。已擷取傳回的字串。如需擷取字串的詳細資訊,請參閱 類別。 您要解析其命名空間 URI 的前置詞。若要符合預設命名空間,請傳送 String.Empty。 尋找為指定命名空間 URI 宣告的前置詞。 符合的前置詞。如果沒有對應的前置詞,此方法會傳回 String.Empty。如果提供了 null 值,則會傳回 null。 用來解析前置詞的命名空間。 取得與這個物件相關的 ,由這個物件所使用。 將命名空間範圍自堆疊取出。 如果堆疊上留有命名空間範圍,則為 true,若未取出其他命名空間,則為 false。 將命名空間範圍推送至堆疊。 移除指定前置詞的指定命名空間。 命名空間的前置詞 指定的前置詞中要移除的命名空間。命名空間由目前的命名空間範圍移除。忽略目前範圍以外的命名空間。 The value of or is null. 定義命名空間範圍。 目前節點範圍中定義的所有命名空間。這包含 xmlns:xml 命名空間,這個命名空間一定是以隱含方式宣告。尚未定義命名空間傳回的順序。 目前節點範圍中定義的所有命名空間,但是 xmlns:xml 命名空間 (一定以隱含方式宣告) 除外。尚未定義命名空間傳回的順序。 目前節點上區域定義的所有命名空間。 原子化字串物件的資料表。 初始化 類別的新執行個體。 在衍生類別中覆寫時,原子化指定的字串,並將它加入至 XmlNameTable。 新的原子化字串或已經存在的現有原子化字串。如果長度為零,則傳回 String.Empty。 字元陣列,包含要加入的名稱。 陣列中以零起始的索引,指定名稱的第一個字元。 名稱中字元的數目。 0 > -或- >= .Length-或- > .Length如果 =0,上述條件就不會造成例外狀況擲回。 < 0。 在衍生類別中覆寫時,原子化指定的字串,並將它加入至 XmlNameTable。 新的原子化字串或已經存在的現有原子化字串。 要加入的名稱。 為 null。 在衍生類別中覆寫時,取得包含相同字元的原子化字串做為指定陣列中的指定字元範圍。 原子化字串,如果字串尚未原子化,則為 null。如果 為零,則會傳回 String.Empty。 字元陣列,包含要查詢的名稱。 陣列中以零起始的索引,指定名稱的第一個字元。 名稱中字元的數目。 0 > -或- >= .Length-或- > .Length如果 =0,上述條件就不會造成例外狀況擲回。 < 0。 在衍生類別中覆寫時,取得包含相同值的原子化字串做為指定的字串。 原子化字串,如果字串尚未原子化,則為 null。 要查詢的名稱。 為 null。 指定節點的類型。 屬性 (例如,id='123')。 CDATA 區段 (例如,<![CDATA[my escaped text]]>)。 註解 (例如,<!-- my comment -->)。 做為文件樹狀結構的根的文件物件可存取整個 XML 文件。 文件片段。 文件類型宣告,以下列標記指示 (例如,<!DOCTYPE...>)。 項目 (例如,<item>)。 結尾項目標記 (例如,</item>)。 當 XmlReader 到達實體 (Entity) 結尾時傳回的資料,取代呼叫 的結果。 實體宣告 (例如,<!ENTITY...>)。 實體參考 (例如,&num;)。 如果尚未呼叫 Read 方法,則由 傳回此資料。 文件類型宣告中的標記法 (例如,<!NOTATION...>)。 處理指示 (例如,<?pi test?>)。 混合內容模型中標記之間的泛空白字元 (White Space),或 xml:space="preserve" 範圍 (Scope) 中的泛空白字元。 節點的文字內容。 標記之間的泛空白字元。 XML 宣告 (例如,<?xml version='1.0'?>)。 提供 剖析 XML 片段所需的所有內容資訊。 使用指定的 、基底 URI、xml:lang、xml:space 和文件型別的值,初始化 XmlParserContext 類別的新執行個體。 用來原子化字串的 。如果這是 null,則改用用來建構 的名稱資料表。如需原子化字串的詳細資訊,請參閱 ,用來查詢命名空間資訊,或是 null。 文件型別宣告的名稱。 公用識別項。 系統識別項。 內部 DTD 子集。此 DTD 子集用於實體解析,而非用於文件驗證。 XML 片段的基底 URI (載入片段的來源位置)。 xml:lang 範圍。 值,指出 xml:space 的範圍。 與用來建構 的 XmlNameTable 不是同一個。 使用指定的 、基底 URI、xml:lang、xml:space、編碼方式和文件型別的值,初始化 XmlParserContext 類別的新執行個體。 用來原子化字串的 。如果這是 null,則改用用來建構 的名稱資料表。如需原子化字串的詳細資訊,請參閱 ,用來查詢命名空間資訊,或是 null。 文件型別宣告的名稱。 公用識別項。 系統識別項。 內部 DTD 子集。此 DTD 用於實體解析,而非用於文件驗證。 XML 片段的基底 URI (載入片段的來源位置)。 xml:lang 範圍。 值,指出 xml:space 的範圍。 指示編碼設定的 物件。 與用來建構 的 XmlNameTable 不是同一個。 使用指定的 、xml:lang 和 xml:space 的值,初始化 XmlParserContext 類別的新執行個體。 用來原子化字串的 。如果這是 null,則改用用來建構 的名稱資料表。如需原子化字串的詳細資訊,請參閱 ,用來查詢命名空間資訊,或是 null。 xml:lang 範圍。 值,指出 xml:space 的範圍。 與用來建構 的 XmlNameTable 不是同一個。 使用指定的 、xml:lang、xml:space 和編碼方式,初始化 XmlParserContext 類別的新執行個體。 用來原子化字串的 。如果這是 null,則改用用來建構 的名稱資料表。如需原子化字串的詳細資訊,請參閱 ,用來查詢命名空間資訊,或是 null。 xml:lang 範圍。 值,指出 xml:space 的範圍。 指示編碼設定的 物件。 與用來建構 的 XmlNameTable 不是同一個。 取得或設定基底 URI。 用來解析 DTD 檔案的基底 URI。 取得或設定文件型別宣告的名稱。 文件型別宣告的名稱。 取得或設定編碼類型。 指示編碼類型的 物件。 取得或設定內部 DTD 子集。 內部 DTD 子集。例如,這個屬性會傳回介於方括弧 <!DOCTYPE doc [...]> 之間的所有內容。 取得或設定 XmlNamespaceManager。 取得用來原子化字串的 。如需原子化字串的詳細資訊,請參閱 XmlNameTable。 取得或設定公用識別項。 公用識別項。 取得或設定系統識別項。 系統識別項。 取得或設定目前的 xml:lang 範圍。 目前的 xml:lang 範圍。如果範圍內沒有 xml:lang,則會傳回 String.Empty。 取得或設定目前的 xml:space 範圍。 值,指出 xml:space 的範圍。 表示 XML 限定名稱 (Qualified Name)。 初始化 類別的新執行個體。 使用指定的名稱,初始化 類別的新執行個體。 做為 物件名稱使用的區域名稱。 使用指定的名稱和命名空間,來初始化 類別的新執行個體。 做為 物件名稱使用的區域名稱。 物件的命名空間。 提供空白的 判斷指定的 物件是否等於目前的 物件。 如果這兩個是相同的執行個體物件,則為 true,否則為 false。 要比較的 傳回 的雜湊程式碼。 這個物件的雜湊程式碼。 取得值,指出 是否為空白。 如果名稱和命名空間為空白字串,則為 true,否則為 false。 取得 限定名稱的字串表示。 限定名稱的字串表示,如果物件並未定義名稱,則為 String.Empty。 取得 命名空間的字串表示。 命名空間的字串表示,如果物件並未定義命名空間,則為 String.Empty。 比較兩個 物件。 如果這兩個物件具有相同的名稱和命名空間值,則為 true,否則為 false。 要比較的 要比較的 比較兩個 物件。 如果這兩個物件的名稱和命名空間值不同,則為 true,否則為 false。 要比較的 要比較的 傳回 的字串值。 的字串值,其格式為 namespace:localname。如果這個物件尚未定義命名空間,則這個方法只傳回區域名稱。 傳回 的字串值。 的字串值,其格式為 namespace:localname。如果這個物件尚未定義命名空間,則這個方法只傳回區域名稱。 物件的名稱。 物件的命名空間。 表示提供快速、非快取、順向 (Forward-only) 存取 XML 資料的讀取器 (Reader)。若要瀏覽此類型的.NET Framework 原始碼,請參閱參考來源。 初始化 XmlReader 類別的新執行個體。 在衍生類別中覆寫時,取得目前節點上的屬性數目。 目前節點的屬性數目。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得目前節點的基底 URI。 目前節點的基底 URI。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 取得值,這個值表示 是否會實作二進位內容讀取方法。 如果實作二進位內容讀取方法,則為 true,否則為 false。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 取得值,指出 是否會實作 方法。 true if the implements the method; otherwise false. 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 取得值,指出這個讀取器是否可以剖析和解析實體。 如果讀取器可以剖析和解析實體,則為 true,否則為 false。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 建立新執行個體使用指定的資料流,以預設設定。 用以在資料流中讀取 XML 資料的物件。 包含 XML 資料的資料流。 會掃描資料流的前幾個位元組,以尋找位元組順序標記或其他編碼符號。決定編碼後,會使用該編碼繼續讀取資料流,處理流程也會繼續將輸入剖析成 (Unicode) 字元的資料流。 值為 null。 沒有足夠權限來存取 XML 資料的位置。 建立新具有指定的資料流和設定執行個體。 用以在資料流中讀取 XML 資料的物件。 包含 XML 資料的資料流。 會掃描資料流的前幾個位元組,以尋找位元組順序標記或其他編碼符號。決定編碼後,會使用該編碼繼續讀取資料流,處理流程也會繼續將輸入剖析成 (Unicode) 字元的資料流。 新的設定執行個體。這個值可以是 null。 值為 null。 建立新執行個體使用指定的資料流、 設定和內容資訊進行剖析。 用以在資料流中讀取 XML 資料的物件。 包含 XML 資料的資料流。 會掃描資料流的前幾個位元組,以尋找位元組順序標記或其他編碼符號。決定編碼後,會使用該編碼繼續讀取資料流,處理流程也會繼續將輸入剖析成 (Unicode) 字元的資料流。 新的設定執行個體。這個值可以是 null。 剖析 XML 片段所需的內容資訊。內容資訊可以包含要使用的 、編碼方式、命名空間範圍、目前的 xml:lang 和 xml:space 範圍、基底 URI,以及文件類型定義。這個值可以是 null。 值為 null。 建立新使用指定的文字讀取器的執行個體。 用以在資料流中讀取 XML 資料的物件。 要從中讀取 XML 資料的文字閱讀器。因為文字閱讀器會傳回 Unicode 字元的資料流,所以 XML 讀取器不會使用 XML 宣告中所指定的編碼方式,來解碼資料流。 值為 null。 建立新使用指定的文字讀取器和設定的執行個體。 用以在資料流中讀取 XML 資料的物件。 要從中讀取 XML 資料的文字閱讀器。因為文字閱讀器會傳回 Unicode 字元的資料流,所以 XML 讀取器不會使用 XML 宣告中所指定的編碼方式,來解碼資料流。 新的設定。這個值可以是 null。 值為 null。 建立新剖析使用指定的文字讀取器、 設定和內容資訊的執行個體。 用以在資料流中讀取 XML 資料的物件。 要從中讀取 XML 資料的文字閱讀器。因為文字閱讀器會傳回 Unicode 字元的資料流,所以 XML 讀取器不會使用 XML 宣告中所指定的編碼方式,來解碼資料流。 新的設定執行個體。這個值可以是 null。 剖析 XML 片段所需的內容資訊。內容資訊可以包含要使用的 、編碼方式、命名空間範圍、目前的 xml:lang 和 xml:space 範圍、基底 URI,以及文件類型定義。這個值可以是 null。 值為 null。 屬性都包含值(這些 NameTable 屬性中只有一個可以設定和使用)。 使用指定的 URI,建立新的 執行個體。 用以在資料流中讀取 XML 資料的物件。 包含 XML 資料之檔案的 URI。 類別是用來將路徑轉換成正式的資料代表。 值為 null。 沒有足夠權限來存取 XML 資料的位置。 URI 所識別的檔案不存在。 在適用於 Windows 市集應用程式的 .NET 或可攜式類別庫中,反而要攔截基底類別例外狀況 。URI 格式不正確。 建立新使用指定的 URI 和設定的執行個體。 用以在資料流中讀取 XML 資料的物件。 包含 XML 資料之檔案的 URI。 物件上的 物件是用於將路徑轉換成標準資料表示。如果 為 null,則會使用新的 物件。 新的設定執行個體。這個值可以是 null。 值為 null。 找不到由 URI 指定的檔案。 在適用於 Windows 市集應用程式的 .NET 或可攜式類別庫中,反而要攔截基底類別例外狀況 。URI 格式不正確。 建立新使用指定的 XML 讀取器和設定的執行個體。 包裝的物件周圍指定物件。 您想要當做基礎 XML 讀取器使用的物件。 新的設定執行個體。 物件的一致性層級必須符合基礎讀取器的一致性層級,或是必須設為 值為 null。 如果 物件指定的一致性層級與基礎讀取器的一致性層級不相符。-或-基礎 處於 狀態。 在衍生類別中覆寫時,取得 XML 文件中目前節點的深度。 XML 文件中目前節點的深度。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 類別目前的執行個體所使用的資源全部釋出。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 釋放 所使用的 Unmanaged 資源,並選擇性釋放 Managed 資源。 true 表示釋放 Managed 和 Unmanaged 資源,false 則表示只釋放 Unmanaged 資源。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得指出讀取器是否在資料流結尾的值。 如果讀取器定位於資料流結尾,則為 true,否則為 false。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得具有指定索引的屬性值。 指定的屬性值。這個方法不會移動讀取器。 屬性的索引。索引以零為起始。(第一個屬性的索引為 0。) 超出範圍。它必須是非負值,而且小於屬性集合的大小。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得具有指定的 的屬性值。 指定的屬性值。如果找不到該屬性或其值為 String.Empty,則傳回 null。 屬性的限定名稱 (Qualified Name)。 為 null。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得具有指定的 的屬性值。 指定的屬性值。如果找不到該屬性或其值為 String.Empty,則傳回 null。這個方法不會移動讀取器。 屬性的本機名稱。 屬性的命名空間 URI。 為 null。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 非同步取得目前節點的值。 目前節點的值。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 取得值,表示目前節點是否具有任何屬性。 如果目前節點擁有屬性,則為 true,否則為 false。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得值,指出目前節點是否具有 如果讀取器目前所在節點具有 Value,則為 true,否則為 false。如果為 false,則節點的值為 String.Empty。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得值,指出目前節點是否為從 DTD 或結構描述中定義的預設值產生的屬性。 如果目前節點是 DTD 或結構描述中定義的預設值所產生的屬性,則為 true,如果已經明確設定屬性值,則為 false。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得值,指出目前節點是否為空項目 (例如,<MyElement/>)。 true if the current node is an element ( equals XmlNodeType.Element) that ends with />; otherwise, false. 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 傳回值,指出字串引數是否為有效的 XML 名稱。 如果名稱有效,則為 true,否則為 false。 要驗證的名稱。 值為 null。 傳回值,指出字串引數是否為有效的 XML 名稱語彙基元。 如果它是有效的名稱語彙基元,則為 true,否則為 false。 要驗證的名稱語彙基元。 值為 null。 呼叫 並測試目前的內容節點為開頭標記或空項目標記。 如果 找到開頭標記或空項目標記,則為 true,如果找到的節點型別並非 XmlNodeType.Element,則為 false。 在輸入資料流中遇到錯誤的 XML。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 呼叫 並測試目前的內容節點為開頭標記或空項目標記,以及所找到項目的 屬性是否符合指定的引數。 如果產生的節點是項目,並且 Name 屬性符合指定的字串,則為 true。如果找到的節點型別並非 XmlNodeType.Element 或項目 Name 屬性不符合指定字串,則為 false。 字串符合所找到項目的 Name 屬性。 在輸入資料流中遇到錯誤的 XML。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 呼叫 並測試目前的內容節點為開頭標記或空項目標記,以及所找到項目的 屬性是否符合指定的引數。 如果產生的節點是項目,則為 true。如果找到的節點型別並非 XmlNodeType.Element 或項目的 LocalName 和 NamespaceURI 屬性不符合指定字串,則為 false。 字串符合所找到項目的 LocalName 屬性。 字串符合所找到項目的 NamespaceURI 屬性。 在輸入資料流中遇到錯誤的 XML。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得具有指定索引的屬性值。 指定的屬性值。 屬性的索引。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得具有指定的 的屬性值。 指定的屬性值。如果找不到屬性,會傳回 null。 屬性的限定名稱 (Qualified Name)。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得具有指定的 的屬性值。 指定的屬性值。如果找不到屬性,會傳回 null。 屬性的本機名稱。 屬性的命名空間 URI。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得目前節點的區域名稱。 目前節點名稱的前置詞被移除。例如,對 <bk:book> 項目而言,LocalName 為 book。對於沒有名稱的節點型別 (如 Text、Comment 等),這個屬性會傳回 String.Empty。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,解析目前項目範圍內的命名空間前置詞。 前置詞對應的命名空間 URI,如果找不到符合的前置詞,則為 null。 您要解析其命名空間 URI 的前置詞。若要符合預設命名空間,請傳送空字串。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,移至具有指定索引的屬性。 屬性的索引。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 參數的值是負數。 在衍生類別中覆寫時,移至具有指定之 的屬性。 如果找到屬性,則為 true,否則為 false。如果 false,則不會變更讀取器的位置。 屬性的限定名稱 (Qualified Name)。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 參數為空字串。 在衍生類別中覆寫時,移至具有指定的 的屬性。 如果找到屬性,則為 true,否則為 false。如果 false,則不會變更讀取器的位置。 屬性的本機名稱。 屬性的命名空間 URI。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 兩個參數值都是 null。 檢查目前節點是否為內容 (非空白區文字、CDATA、Element、EndElement、EntityReference 或 EndEntity) 節點。如果節點並非內容節點,讀取器會先跳至下一個內容節點或檔案結尾。它會略過下列型別的節點:ProcessingInstruction、DocumentType、Comment、Whitespace 或 SignificantWhitespace。 這個方法所找到的目前節點的 ,如果讀取器已經到達輸入資料流的結尾,則為 XmlNodeType.None。 在輸入資料流中遇到錯誤的 XML。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 非同步檢查目前節點是否為內容節點。如果節點並非內容節點,讀取器會先跳至下一個內容節點或檔案結尾。 這個方法所找到的目前節點的 ,如果讀取器已經到達輸入資料流的結尾,則為 XmlNodeType.None。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 在衍生類別中覆寫時,移至包含目前屬性節點的項目上。 如果讀取器位於屬性 (讀取器移至擁有該屬性的項目) 上,則為 true,如果讀取器不在屬性 (不會變更讀取器的位置),則為 false。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,移至第一個屬性。 如果屬性存在 (讀取器移至第一個屬性),則為 true,否則為 false (不會變更讀取器的位置)。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,移至下一個屬性。 如果有下一個屬性,則為 true,如果沒有其他屬性,則為 false。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得目前節點的限定名稱。 目前節點的限定名稱。例如,對 <bk:book> 項目而言,Name 為 bk:book。傳回的名稱需視節點的 而定。下列節點類型會傳回所列的值。其他所有節點類型都會傳回空字串。節點類型名稱 Attribute屬性的名稱。 DocumentType文件類型名稱。 Element標記名稱。 EntityReference所參考的實體名稱。 ProcessingInstruction處理指示的目標。 XmlDeclarationxml 常值 (Literal) 字串。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得讀取器所在節點的命名空間 URI (如 W3C 命名空間規格中所定義)。 目前節點的命名空間 URI,否則為空字串。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得與這個實作相關的 XmlNameTable 可讓您取得節點中字串的原子化版本。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得目前節點的類型。 其中一個列舉值,指定目前節點的類型。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得與目前節點相關聯的命名空間前置詞。 與目前節點相關聯的命名空間前置詞。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,從資料流讀取下一個節點。 true如果已成功 ; 讀取下一個節點否則, false。 剖析 XML 時發生錯誤。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 非同步讀取資料流中的下一個節點。 如果成功讀取下一個節點,則為 true,如果沒有其他節點可讀取,則為 false。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 在衍生類別中覆寫時,將屬性值剖析成一個或多個 Text、EntityReference 或 EndEntity 節點。 如果傳回節點,則為 true。如果在初次呼叫時讀取器不在屬性節點,或者已經讀取全部屬性值,則為 false。空白的屬性 (例如 misc="") 會對含有 String.Empty 值的單一節點傳回 true。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以指定型别的物件形式讀取內容。 轉換為要求類型的串連文字內容或屬性值。 要傳回的值型别。附註:使用 .NET Framework 3.5 的版本時, 參數的值現在可以是 型別。 物件,用來解析任何與型別轉換相關的命名空間前置詞。例如,將 物件轉換為 xs:string 時,可以使用它。這個值可以是 null。 此內容的目標型別之格式不正確。 嘗試的轉換無效。 值為 null。 目前節點不是受支援的節點型別。如需詳細資訊,請參閱下表。 讀取 Decimal.MaxValue。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以非同步的方式讀取做為指定型别之物件的內容。 轉換為要求類型的串連文字內容或屬性值。 要傳回的值型别。 物件,用來解析任何與型別轉換相關的命名空間前置詞。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 讀取內容,並傳回 Base64 已解碼的二進位位元組。 寫入緩衝區的位元組數目。 將產生的文字複製到其中的緩衝區。這個值不能是 null。 緩衝區中開始複製結果的位移。 要複製至緩衝區中的最大位元組數目。從這個方法傳回所複製的實際位元組數目。 值為 null。 目前的節點上不支援 緩衝區的索引或是索引 + 計數大於所配置的緩衝區大小。 實作不支援這個方法。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以非同步的方式讀取內容,並傳回 Base64 已解碼的二進位位元組。 寫入緩衝區的位元組數目。 將產生的文字複製到其中的緩衝區。這個值不能是 null。 緩衝區中開始複製結果的位移。 要複製至緩衝區中的最大位元組數目。從這個方法傳回所複製的實際位元組數目。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 讀取內容,並傳回 BinHex 已解碼的二進位位元組。 寫入緩衝區的位元組數目。 將產生的文字複製到其中的緩衝區。這個值不能是 null。 緩衝區中開始複製結果的位移。 要複製至緩衝區中的最大位元組數目。從這個方法傳回所複製的實際位元組數目。 值為 null。 目前的節點上不支援 緩衝區的索引或是索引 + 計數大於所配置的緩衝區大小。 實作不支援這個方法。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以非同步的方式讀取內容,並傳回 BinHex 已解碼的二進位位元組。 寫入緩衝區的位元組數目。 將產生的文字複製到其中的緩衝區。這個值不能是 null。 緩衝區中開始複製結果的位移。 要複製至緩衝區中的最大位元組數目。從這個方法傳回所複製的實際位元組數目。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 以 Boolean 的形式讀取目前位置上的文字內容。 物件形式的文字內容。 嘗試的轉換無效。 字串格式無效。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 物件的形式讀取目前位置的文字內容。 物件形式的文字內容。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 物件的形式讀取目前位置的文字內容。 物件形式之目前位置的文字內容。 嘗試的轉換無效。 字串格式無效。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以雙精確度浮點數的形式讀取目前位置的文字內容。 雙精確度浮點數形式的文字內容。 嘗試的轉換無效。 字串格式無效。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以單精確度浮點數的形式讀取目前位置的文字內容。 單精確度浮點數形式之目前位置的文字內容。 嘗試的轉換無效。 字串格式無效。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以 32 位元帶正負號之整數的形式讀取目前位置的文字內容。 32 位元帶正負號之整數形式的文字內容。 嘗試的轉換無效。 字串格式無效。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以 64 位元帶正負號之整數的形式讀取目前位置的文字內容。 64 位元帶正負號之整數形式的文字內容。 嘗試的轉換無效。 字串格式無效。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 的形式讀取目前位置的文字內容。 最合適之 Common Language Runtime (CLR) 物件形式的文字內容。 嘗試的轉換無效。 字串格式無效。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 的形式,非同步讀取目前位置的文字內容。 最合適之 Common Language Runtime (CLR) 物件形式的文字內容。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 物件的形式讀取目前位置的文字內容。 物件形式的文字內容。 嘗試的轉換無效。 字串格式無效。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 物件的形式,非同步讀取目前位置的文字內容。 物件形式的文字內容。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 以要求之類型的形式讀取項目內容。 轉換為要求之類型物件的項目內容。 要傳回的值型别。附註:使用 .NET Framework 3.5 的版本時, 參數的值現在可以是 型別。 物件,用來解析任何與型別轉換相關的命名空間前置詞。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容無法轉換成要求的型別。 方法是以 null 引數呼叫。 讀取 Decimal.MaxValue。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 檢查指定的區域名稱和命名空間 URI 是否與目前的項目相符,然後以要求之類型的形式讀取項目內容。 轉換為要求之類型物件的項目內容。 要傳回的值型别。附註:使用 .NET Framework 3.5 的版本時, 參數的值現在可以是 型別。 物件,用來解析任何與型別轉換相關的命名空間前置詞。 項目的本機名稱。 項目的命名空間 URI。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容無法轉換成要求的型別。 方法是以 null 引數呼叫。 指定的區域名稱和命名空間 URI,與目前正在讀取的項目不相符。 讀取 Decimal.MaxValue。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以要求之類型的形式,非同步讀取項目內容。 轉換為要求之類型物件的項目內容。 要傳回的值型别。 物件,用來解析任何與型別轉換相關的命名空間前置詞。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 讀取項目,並將 Base64 內容解碼。 寫入緩衝區的位元組數目。 將產生的文字複製到其中的緩衝區。這個值不能是 null。 緩衝區中開始複製結果的位移。 要複製至緩衝區中的最大位元組數目。從這個方法傳回所複製的實際位元組數目。 值為 null。 目前的節點不是項目節點。 緩衝區的索引或是索引 + 計數大於所配置的緩衝區大小。 實作不支援這個方法。 項目包含混合內容。 內容無法轉換成要求的型別。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以非同步的方式讀取項目,並將 Base64 內容解碼。 寫入緩衝區的位元組數目。 將產生的文字複製到其中的緩衝區。這個值不能是 null。 緩衝區中開始複製結果的位移。 要複製至緩衝區中的最大位元組數目。從這個方法傳回所複製的實際位元組數目。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 讀取項目,並將 BinHex 內容解碼。 寫入緩衝區的位元組數目。 將產生的文字複製到其中的緩衝區。這個值不能是 null。 緩衝區中開始複製結果的位移。 要複製至緩衝區中的最大位元組數目。從這個方法傳回所複製的實際位元組數目。 值為 null。 目前的節點不是項目節點。 緩衝區的索引或是索引 + 計數大於所配置的緩衝區大小。 實作不支援這個方法。 項目包含混合內容。 內容無法轉換成要求的型別。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以非同步的方式讀取項目,並將 BinHex 內容解碼。 寫入緩衝區的位元組數目。 將產生的文字複製到其中的緩衝區。這個值不能是 null。 緩衝區中開始複製結果的位移。 要複製至緩衝區中的最大位元組數目。從這個方法傳回所複製的實際位元組數目。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 讀取目前項目,並以 物件傳回內容。 做為 物件的項目內容。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容不能轉換為 物件。 方法是以 null 引數呼叫。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 檢查指定的區域名稱和命名空間 URI 是否與目前的項目相符,然後以 物件的形式,讀取目前的項目並傳回內容。 做為 物件的項目內容。 項目的本機名稱。 項目的命名空間 URI。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容無法轉換成要求的型別。 方法是以 null 引數呼叫。 指定的區域名稱和命名空間 URI,與目前正在讀取的項目不相符。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 讀取目前項目,並以 物件傳回內容。 做為 物件的項目內容。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容不能轉換為 方法是以 null 引數呼叫。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 檢查指定的區域名稱和命名空間 URI 是否與目前的項目相符,然後以 物件的形式,讀取目前的項目並傳回內容。 做為 物件的項目內容。 項目的本機名稱。 項目的命名空間 URI。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容不能轉換為 方法是以 null 引數呼叫。 指定的區域名稱和命名空間 URI,與目前正在讀取的項目不相符。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以雙精確度浮點數的形式,讀取目前的項目並傳回內容。 雙精確度浮點數形式的項目內容。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容無法轉換為雙精確度浮點數。 方法是以 null 引數呼叫。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 檢查指定的區域名稱和命名空間 URI 是否與目前的項目相符,然後以雙精確度浮點數的形式,讀取目前的項目並傳回內容。 雙精確度浮點數形式的項目內容。 項目的本機名稱。 項目的命名空間 URI。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容無法轉換成要求的型別。 方法是以 null 引數呼叫。 指定的區域名稱和命名空間 URI,與目前正在讀取的項目不相符。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以單精確度浮點數的形式,讀取目前的項目並傳回內容。 單精確度浮點數形式的項目內容。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容無法轉換為單精確度浮點數。 方法是以 null 引數呼叫。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 檢查指定的區域名稱和命名空間 URI 是否與目前的項目相符,然後以單精確度浮點數的形式,讀取目前的項目並傳回內容。 單精確度浮點數形式的項目內容。 項目的本機名稱。 項目的命名空間 URI。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容無法轉換為單精確度浮點數。 方法是以 null 引數呼叫。 指定的區域名稱和命名空間 URI,與目前正在讀取的項目不相符。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以 32 位元帶正負號之整數的形式,讀取目前的項目並傳回內容。 32 位元帶正負號之整數形式的項目內容。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容不能轉換為 32 位元帶正負號的整數。 方法是以 null 引數呼叫。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 檢查指定的區域名稱和命名空間 URI 是否與目前的項目相符,然後以 32 位元帶正負號之整數的形式,讀取目前的項目並傳回內容。 32 位元帶正負號之整數形式的項目內容。 項目的本機名稱。 項目的命名空間 URI。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容不能轉換為 32 位元帶正負號的整數。 方法是以 null 引數呼叫。 指定的區域名稱和命名空間 URI,與目前正在讀取的項目不相符。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以 64 位元帶正負號之整數的形式,讀取目前的項目並傳回內容。 64 位元帶正負號之整數形式的項目內容。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容不能轉換為 64 位元帶正負號的整數。 方法是以 null 引數呼叫。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 檢查指定的區域名稱和命名空間 URI 是否與目前的項目相符,然後以 64 位元帶正負號之整數的形式,讀取目前的項目並傳回內容。 64 位元帶正負號之整數形式的項目內容。 項目的本機名稱。 項目的命名空間 URI。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容不能轉換為 64 位元帶正負號的整數。 方法是以 null 引數呼叫。 指定的區域名稱和命名空間 URI,與目前正在讀取的項目不相符。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 的形式,讀取目前項目並傳回內容。 最合適類型的 Boxed Common Language Runtime (CLR) 物件。 屬性會判斷適當的 CLR 型別。如果內容的類型是清單類型,則這個方法會傳回適當類型之 Boxed 物件的陣列。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容無法轉換成要求的型別 方法是以 null 引數呼叫。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 檢查指定的區域名稱和命名空間 URI 是否與目前的項目相符,然後以 的形式,讀取目前的項目並傳回內容。 最合適類型的 Boxed Common Language Runtime (CLR) 物件。 屬性會判斷適當的 CLR 型別。如果內容的類型是清單類型,則這個方法會傳回適當類型之 Boxed 物件的陣列。 項目的本機名稱。 項目的命名空間 URI。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容無法轉換成要求的型別。 方法是以 null 引數呼叫。 指定的區域名稱和命名空間 URI,與目前正在讀取的項目不相符。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 的形式,非同步讀取目前項目並傳回內容。 最合適類型的 Boxed Common Language Runtime (CLR) 物件。 屬性會判斷適當的 CLR 型別。如果內容的類型是清單類型,則這個方法會傳回適當類型之 Boxed 物件的陣列。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 讀取目前項目,並以 物件傳回內容。 做為 物件的項目內容。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容不能轉換為 物件。 方法是以 null 引數呼叫。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 檢查指定的區域名稱和命名空間 URI 是否與目前的項目相符,然後以 物件的形式,讀取目前的項目並傳回內容。 做為 物件的項目內容。 項目的本機名稱。 項目的命名空間 URI。 並不是放置在項目上。 目前的項目包含子項目。-或-項目內容不能轉換為 物件。 方法是以 null 引數呼叫。 指定的區域名稱和命名空間 URI,與目前正在讀取的項目不相符。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以非同步的方式讀取目前項目,並以 物件傳回內容。 做為 物件的項目內容。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 檢查目前節點為結尾標記,並使讀取器前進至下一個節點。 目前節點並非結尾標記,或在輸入資料流中遇到錯誤的 XML。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,將所有的內容當做字串讀取,包括標記。 目前節點中所有的 XML 內容,包括標記。如果目前節點沒有子節點,則傳回空字串。如果目前節點既不是項目也不是屬性,則傳回空字串。 XML 不是語式正確的,或在剖析 XML 時發生錯誤。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以字串形式非同步讀取所有內容,包括標記。 目前節點中所有的 XML 內容,包括標記。如果目前節點沒有子節點,則傳回空字串。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 在衍生類別中覆寫時,讀取代表這個節點及其所有子節點的內容,包括標記。 如果讀取器位於項目或屬性節點上,這個方法會傳回目前節點及其所有子節點的所有 XML 內容,包括標記;否則傳回空字串。 XML 不是語式正確的,或在剖析 XML 時發生錯誤。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 非同步讀取表示這個節點及其所有子系的內容,包括標記。 如果讀取器位於項目或屬性節點上,這個方法會傳回目前節點及其所有子節點的所有 XML 內容,包括標記;否則傳回空字串。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 檢查以確定目前節點為項目,然後使讀取器前進至下一個節點。 在輸入資料流中遇到錯誤的 XML。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 檢查目前節點為具有指定的 的項目,並使讀取器前進至下一個節點。 項目的限定名稱。 在輸入資料流中遇到錯誤的 XML。-或-項目的 不符合給指定的 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 檢查目前內容節點為具有指定的 的項目,並使讀取器進至下一個節點。 項目的本機名稱。 項目的命名空間 URI。 在輸入資料流中遇到錯誤的 XML。-或-找到的項目的 屬性不符合指定的引數。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得讀取器的狀態。 其中一個列舉值,這個值指定讀取器的狀態。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 傳回新的 XmlReader 執行個體,可用於讀取目前的節點及其所有子代 (Descendant)。 新的 XML 讀取器執行個體設定為。呼叫方法會將新的讀取器置於呼叫之前為目前的節點方法。 XML 讀取器未置於項目時呼叫這個方法。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 前進至下一個具有指定限定名稱的子代項目。 如果已找到相符的子代項目,則為 true,否則為 false。如果找不到相符的子項目,則 會置於項目的結束標記上 ( 為 XmlNodeType.EndElement)。如果呼叫 時, 並未置於項目上,這個方法會傳回 false,而 的位置不變。 您要移至之項目的限定名稱。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 參數為空字串。 前進至下一個具有指定區域名稱和命名空間 URI 的子代項目。 如果已找到相符的子代項目,則為 true,否則為 false。如果找不到相符的子項目,則 會置於項目的結束標記上 ( 為 XmlNodeType.EndElement)。If the is not positioned on an element when was called, this method returns false and the position of the is not changed. 您要移至之項目的本機名稱。 您要移至之項目的命名空間 URI。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 兩個參數值都是 null。 在找到具有指定限定名稱的項目之前讀取。 如果已找到相符的項目,則為 true,否則為 false,且 處於檔案結尾 (EOF) 狀態。 項目的限定名稱。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 參數為空字串。 在找到具有指定區域名稱和命名空間 URI 的項目之前讀取。 如果已找到相符的項目,則為 true,否則為 false,且 處於檔案結尾 (EOF) 狀態。 項目的本機名稱。 項目的命名空間 URI。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 兩個參數值都是 null。 將 XmlReader 前進至下一個具有指定限定名稱的同層級項目。 如果已找到相符的同層級項目,則為 true,否則為 false。如果找不到相符的同層級項目,則 XmlReader 會置於父項目的結束標記上 ( 為 XmlNodeType.EndElement)。 您要移至之同層級項目的限定名稱。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 參數為空字串。 將 XmlReader 前進至下一個具有指定區域名稱和命名空間 URI 的同層級項目。 如果找到相符的同層級項目,則為 true,否則為 false。如果找不到相符的同層級項目,則 XmlReader 會置於父項目的結束標記上 ( 為 XmlNodeType.EndElement)。 您要移至之同層級項目的本機名稱。 您要移至之同層級項目的命名空間 URI。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 兩個參數值都是 null。 讀取 XML 文件中內嵌之大量文字資料流。 讀入緩衝區的字元數目。當不再有文字內容時,會傳回零的值。 做為寫入文字內容之緩衝區的字元陣列。這個值不能是 null。 緩衝區中 開始複製結果的位移。 要複製至緩衝區中的最大字元數目。從這個方法傳回所複製的實際字元數目。 目前的節點沒有值 ( 為 false)。 值為 null。 緩衝區的索引或是索引 + 計數大於所配置的緩衝區大小。 實作不支援這個方法。 XML 資料的語式不正確。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以非同步的方式讀取 XML 文件中內嵌之大量文字資料流。 讀入緩衝區的字元數目。當不再有文字內容時,會傳回零的值。 做為寫入文字內容之緩衝區的字元陣列。這個值不能是 null。 緩衝區中 開始複製結果的位移。 要複製至緩衝區中的最大字元數目。從這個方法傳回所複製的實際字元數目。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 在衍生類別中覆寫時,解析 EntityReference 節點的實體參考。 讀取器並非位於 EntityReference 節點上;這個讀取器實作無法解析實體 ( 傳回 false)。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 取得 物件,用於建立這個 執行個體。 物件,用於建立這個讀取器執行個體。如果未使用 方法建立這個讀取器,則這個屬性會傳回 null。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 略過目前節點的子節點。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 以非同步的方式略過目前節點的子節點。 目前節點。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 已呼叫 非同步方法,而未將 旗標設定為 true。在此情況下,就會擲回和訊息「如果您想要使用非同步方法,將XmlReaderSettings.Async 設為 true」。 在衍生類別中覆寫時,取得目前節點的文字值。 傳回值需視節點的 而定。下表列出具有傳回值的節點類型。所有其他節點型別都會傳回 String.Empty。節點類型值 Attribute屬性的值。 CDATACDATA 區段的內容。 Comment註解的內容。 DocumentType內部子集。 ProcessingInstruction除了目標之外的完整內容。 SignificantWhitespace在混合內容模型中標記間的泛空白字元。 Text文字節點的內容。 Whitespace標記間的泛空白字元。 XmlDeclaration宣告的內容。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 取得目前節點的 Common Language Runtime (CLR) 類型。 CLR 類型,對應至節點的具類型值。預設值為 System.String。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得目前的 xml:lang 範圍。 目前的 xml:lang 範圍。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 在衍生類別中覆寫時,取得目前的 xml:space 範圍。 其中一個 值。如果 xml:space 範圍不存在,這個屬性預設值為 XmlSpace.None。 已在上一個非同步作業完成之前呼叫 方法。在此情況下,就會擲回和「非同步作業已在進行中。」訊息。 指定要在由 方法建立的 物件上支援的一組功能。 初始化 類別的新執行個體。 取得或設定非同步 方法是否可以用於特定 執行個體。 如果可以使用非同步方法,則為 true,否則為false。 取得或設定值,綁表示是否要執行字元檢查。 true 表示執行字元檢查,否則為 false。預設值為 true。注意事項如果 正在處理文字資料,則它會始終檢查 XML 名稱和文字內容是否有效,而不論屬性設定。將 設為 false 會關閉字元實體參考的字元檢查。 建立 執行個體的複本。 複製的 物件。 取得或設定值,指出是否應在關閉讀取器時關閉基礎資料流或 true 表示關閉讀取器時關閉基礎資料流或 ,否則為 false。預設值為 false。 取得或設定 將遵循的一致性層級。 其中一個列舉值,指定 XML 讀取器將強制執行的一致性層級。預設值為 取得或設定決定 DTD 處理的值。 其中一個列舉值,決定 DTD 處理方式。預設值為 取得或設定值,指出是否忽略註解。 true 表示忽略註解,否則為 false。預設值為 false。 取得或設定值,指出是否忽略處理指示。 true 表示忽略處理指示,否則為 false。預設值為 false。 取得或設定值,指出是否忽略不重要的空白字元。 true 表示忽略泛空白字元,否則為 false。預設值為 false。 取得或設定 物件中的行號位移。 行號位移。預設值為 0。 取得或設定 物件中的行位置位移。 行位置位移。預設值為 0。 取得或設定值,指出文件中產生自展開實體的最大可允許字元數。 來自展開實體的最大可允許字元數。預設值為 0。 取得或設定值,指出 XML 文件中最大可允許字元數。零 (0) 的值表示對 XML 文件大小沒有限制。非零值指定大小上限,以字元為單位。 XML 文件的最大可允許字元數。預設值為 0。 取得或設定用於原子化字串比較的 ,儲存使用這個 物件建立之所有 執行個體所使用的所有原子化字串。預設值為 null。如果這個值為 null,則建立的 執行個體會使用新的空 將設定類別的成員重設為其預設值。 取得目前的 xml:space 範圍。 xml:space 範圍等於 default。 無 xml:space 範圍。 xml:space 範圍等於 preserve。 表示寫入器,其可提供快速、非快取的順向方法來產生含有 XML 資料之資料流或檔案。 初始化 類別的新執行個體。 使用指定的資料流,建立新 執行個體。 物件。 要寫入其中的資料流。 會寫入 XML 1.0 文字語法,並將其附加至指定的資料流。 The value is null. 使用資料流和 物件,建立新 執行個體。 物件。 要寫入其中的資料流。 會寫入 XML 1.0 文字語法,並將其附加至指定的資料流。 用於設定新 執行個體的 物件。如果是 null,則會使用有預設值的 。如果 正配合 方法使用,您應該使用 屬性,以取得有正確設定的 物件。如此可確保所建立的 物件具有正確的輸出設定。 The value is null. 使用指定的 ,建立新 執行個體。 物件。 要寫入至其中的 會寫入 XML 1.0 文字語法,並將其附加至指定的 The value is null. 使用 物件,建立新的 執行個體。 物件。 要寫入至其中的 會寫入 XML 1.0 文字語法,並將其附加至指定的 用於設定新 執行個體的 物件。如果是 null,則會使用有預設值的 。如果 正配合 方法使用,您應該使用 屬性,以取得有正確設定的 物件。如此可確保所建立的 物件具有正確的輸出設定。 The value is null. 使用指定的 ,建立新 執行個體。 物件。 要寫入至其中的 寫入的內容會附加至 The value is null. 使用 物件,建立新的 執行個體。 物件。 要寫入至其中的 寫入的內容會附加至 用於設定新 執行個體的 物件。如果是 null,則會使用有預設值的 。如果 正配合 方法使用,您應該使用 屬性,以取得有正確設定的 物件。如此可確保所建立的 物件具有正確的輸出設定。 The value is null. 使用指定的 ,建立新 執行個體。 物件,包裝於指定的 物件附近。 您想要當做基礎寫入器使用的 物件。 The value is null. 使用指定的 物件,建立新 執行個體。 物件,包裝於指定的 物件附近。 您想要當做基礎寫入器使用的 物件。 用於設定新 執行個體的 物件。如果是 null,則會使用有預設值的 。如果 正配合 方法使用,您應該使用 屬性,以取得有正確設定的 物件。如此可確保所建立的 物件具有正確的輸出設定。 The value is null. 類別目前的執行個體所使用的資源全部釋出。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 釋放 所使用的 Unmanaged 資源,並選擇性釋放 Managed 資源。 true 表示會同時釋放 Managed 和 Unmanaged 資源,false 則表示只釋放 Unmanaged 資源。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 在衍生類別中覆寫時,將緩衝區的所有內容清空至基礎資料流,然後清空基礎資料流。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式將緩衝區的所有內容清空至基礎資料流,然後清空基礎資料流。 表示非同步 Flush 作業的工作。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,傳回最接近命名空間 URI 在目前命名空間範圍中定義的前置詞。 命名空間前置詞;如果在目前範圍中找不到符合的命名空間 URI,則為 null。 您要尋找其前置詞的命名空間 URI。 is either null or String.Empty. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 取得 物件,用於建立這個 執行個體。 用於建立這個寫入器執行個體的 物件。如果未使用 方法建立這個寫入器,則這個屬性會傳回 null。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 在衍生類別中覆寫時,寫出在 的目前位置找到的所有屬性。 要複製屬性的 XmlReader。 若要從 XmlReader 複製預設屬性,則為 true,否則為 false。 is null. The reader is not positioned on an element, attribute or XmlDeclaration node. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式寫出在 中的目前位置找到的所有屬性。 表示非同步 WriteAttributes 作業的工作。 要複製屬性的 XmlReader。 若要從 XmlReader 複製預設屬性,則為 true,否則為 false。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,寫出具有指定的區域名稱與數值的屬性。 屬性的本機名稱。 屬性的值。 The state of writer is not WriteState.Element or writer is closed. The xml:space or xml:lang attribute value is invalid. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 在衍生類別中覆寫時,寫入具有指定區域名稱、命名空間 URI 和值的屬性。 屬性的本機名稱。 與屬性相關聯的命名空間 URI。 屬性的值。 The state of writer is not WriteState.Element or writer is closed. The xml:space or xml:lang attribute value is invalid. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 在衍生類別中覆寫時,寫出具有指定的前置詞、區域名稱、命名空間 URI 及其值的屬性。 屬性的命名空間前置詞。 屬性的本機名稱。 屬性的命名空間 URI。 屬性的值。 The state of writer is not WriteState.Element or writer is closed. The xml:space or xml:lang attribute value is invalid. The or is null. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式寫出具有指定之前置詞、區域名稱、命名空間 URI 和值的屬性。 表示非同步 WriteAttributeString 作業的工作。 屬性的命名空間前置詞。 屬性的本機名稱。 屬性的命名空間 URI。 屬性的值。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,以 Base64 格式編碼指定的二進位位元組,並寫出產生的文字。 要編碼的位元組陣列。 緩衝區中的位置指示要寫入的位元組開頭。 要寫入的位元組數。 is null. or is less than zero. -or-The buffer length minus is less than . An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式將指定的二進位位元組編碼為 base64 並寫出產生的文字。 表示非同步 WriteBase64 作業的工作。 要編碼的位元組陣列。 緩衝區中的位置指示要寫入的位元組開頭。 要寫入的位元組數。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,以 BinHex 格式編碼指定的二進位位元組,並寫出產生的文字。 要編碼的位元組陣列。 緩衝區中的位置指示要寫入的位元組開頭。 要寫入的位元組數。 is null. The writer is closed or in error state. or is less than zero. -or-The buffer length minus is less than . An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式將指定的二進位位元組編碼為 BinHex 並寫出產生的文字。 表示非同步 WriteBinHex 作業的工作。 要編碼的位元組陣列。 緩衝區中的位置指示要寫入的位元組開頭。 要寫入的位元組數。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,寫出包含指定文字的 <![CDATA[...]]> 區塊。 要放在 CDATA 區塊中的文字。 The text would result in a non-well formed XML document. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式寫出包含指定文字的 <![CDATA[...]]> 區塊。 表示非同步 WriteCData 作業的工作。 要放在 CDATA 區塊中的文字。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,強制產生指定之 Unicode 字元值的字元實體。 要產生字元實體的 Unicode 字元。 The character is in the surrogate pair character range, 0xd800 - 0xdfff. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式強制產生指定的 Unicode 字元值的字元實體。 表示非同步 WriteCharEntity 作業的工作。 要產生字元實體的 Unicode 字元。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,一次將文字寫入一個緩衝區。 包含要寫入之文字的字元陣列。 緩衝區中的位置指示要寫入的文字開頭。 要寫入的字元數。 is null. or is less than zero.-or-The buffer length minus is less than ; the call results in surrogate pair characters being split or an invalid surrogate pair being written. The parameter value is not valid. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式一次將文字寫入一個緩衝區。 表示非同步 WriteChars 作業的工作。 包含要寫入之文字的字元陣列。 緩衝區中的位置指示要寫入的文字開頭。 要寫入的字元數。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,寫出包含指定文字的註解 <!--...-->。 要放入註解中的文字。 The text would result in a non-well-formed XML document. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式寫出包含指定之文字的註解 <!--...-->。 表示非同步 WriteComment 作業的工作。 要放入註解中的文字。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,寫入具有指定名稱與選擇性屬性的 DOCTYPE 宣告。 DOCTYPE 名稱。這必須不是空白的。 如果為非 null,它也會寫入 PUBLIC "pubid" "sysid",其中 會替換為指定之引數的值。 如果 是 null,而 為非 null,則它會寫入 SYSTEM "sysid",其中 會由這個引數的值所取代。 如果非 Null,它會寫入 [subset],其中 subset 由這個引數的值來替代。 This method was called outside the prolog (after the root element). The value for would result in invalid XML. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式寫入具有指定名稱與選擇性屬性的 DOCTYPE 宣告。 表示非同步 WriteDocType 作業的工作。 DOCTYPE 名稱。這必須不是空白的。 如果為非 null,它也會寫入 PUBLIC "pubid" "sysid",其中 會替換為指定之引數的值。 如果 是 null,而 為非 null,則它會寫入 SYSTEM "sysid",其中 會由這個引數的值所取代。 如果非 Null,它會寫入 [subset],其中 subset 由這個引數的值來替代。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 寫入具有指定之區域名稱和值的項目。 項目的本機名稱。 項目的值。 The value is null or an empty string.-or-The parameter values are not valid. There is a character in the buffer that is a valid XML character but is not valid for the output encoding.For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names.The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer.Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values).However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 寫入具有指定之區域名稱、命名空間 URI 和值的項目。 項目的本機名稱。 與項目相關聯的命名空間 URI。 項目的值。 The value is null or an empty string.-or-The parameter values are not valid. There is a character in the buffer that is a valid XML character but is not valid for the output encoding.For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names.The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer.Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values).However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 寫入具有指定的前置詞、區域名稱、命名空間 URI 和值的項目。 項目的前置詞。 項目的本機名稱。 項目的命名空間 URI。 項目的值。 The value is null or an empty string.-or-The parameter values are not valid. There is a character in the buffer that is a valid XML character but is not valid for the output encoding.For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names.The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer.Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values).However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式寫入具有指定之前置詞、區域名稱、命名空間 URI 和值的項目。 表示非同步 WriteElementString 作業的工作。 項目的前置詞。 項目的本機名稱。 項目的命名空間 URI。 項目的值。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,會關閉先前的 呼叫。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式關閉上一個 呼叫。 表示非同步 WriteEndAttribute 作業的工作。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,關閉任何開啟的項目或屬性,並將寫入器回復開始狀態。 The XML document is invalid. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式關閉任何開啟的項目或屬性,並將寫入器回復開始狀態。 表示非同步 WriteEndDocument 作業的工作。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,關閉一個項目並取出對應的命名空間範圍。 This results in an invalid XML document. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式關閉一個項目並取出對應的命名空間範圍。 表示非同步 WriteEndElement 作業的工作。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,寫出如 &name; 的實體參考。 實體參考的名稱。 is either null or String.Empty. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式將實體參考寫出為 &name;。 表示非同步 WriteEntityRef 作業的工作。 實體參考的名稱。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,關閉一個項目並取出對應的命名空間範圍。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式關閉一個項目並取出對應的命名空間範圍。 表示非同步 WriteFullEndElement 作業的工作。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,寫出指定的名稱,根據 W3C XML 1.0 Recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name) 確定它是有效名稱。 要寫入的名稱。 is not a valid XML name; or is either null or String.Empty. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式寫出指定的名稱,根據 W3C XML 1.0 Recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name) 確定它是有效名稱。 表示非同步 WriteName 作業的工作。 要寫入的名稱。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,寫出指定的名稱,根據 W3C XML 1.0 Recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name) 確定它是有效的 NmToken。 要寫入的名稱。 is not a valid NmToken; or is either null or String.Empty. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式寫出指定的名稱,根據 W3C XML 1.0 Recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name) 確定它是有效的 NmToken。 表示非同步 WriteNmToken 作業的工作。 要寫入的名稱。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,從讀取器複製所有內容至寫入器,並將讀取器移至下一個同層級 (Sibling) 的開頭。 讀取自 若要從 XmlReader 複製預設屬性,則為 true,否則為 false。 is null. contains invalid characters. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式從讀取器複製所有內容至寫入器,並將讀取器移至下一個同層級 (Sibling) 的開頭。 表示非同步 WriteNode 作業的工作。 讀取自 若要從 XmlReader 複製預設屬性,則為 true,否則為 false。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,寫出名稱與文字之間有空白的處理指示,如:<?name text?>。 處理指示的名稱。 要包含在處理指示中的文字。 The text would result in a non-well formed XML document. is either null or String.Empty.This method is being used to create an XML declaration after has already been called. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步方式寫出名稱與文字之間有空白的處理指示,如:<?name text?>。 表示非同步 WriteProcessingInstruction 作業的工作。 處理指示的名稱。 要包含在處理指示中的文字。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,寫出命名空間限定名稱。這個方法會查詢在指定之命名空間範圍中的前置詞。 要寫入的區域名稱。 這個名稱的命名空間 URI。 is either null or String.Empty. is not a valid name. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式寫出命名空間限定名稱。這個方法會查詢在指定之命名空間範圍中的前置詞。 表示非同步 WriteQualifiedName 作業的工作。 要寫入的區域名稱。 這個名稱的命名空間 URI。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,從字元緩衝區手動寫入未經處理的標記。 包含要寫入之文字的字元陣列。 緩衝區中指示要寫入的文字開頭的位置。 要寫入的字元數。 is null. or is less than zero. -or-The buffer length minus is less than . An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 在衍生類別中覆寫時,從字串手動寫入未經處理的標記 (Raw Markup)。 包含要寫入之文字的字串。 is either null or String.Empty. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式從字元緩衝區手動寫入未經處理的標記。 表示非同步 WriteRaw 作業的工作。 包含要寫入之文字的字元陣列。 緩衝區中指示要寫入的文字開頭的位置。 要寫入的字元數。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 以非同步的方式從字串手動寫入未經處理的標記 (Raw Markup)。 表示非同步 WriteRaw 作業的工作。 包含要寫入之文字的字串。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 寫入具有指定之區域名稱的屬性開頭。 屬性的本機名稱。 The writer is closed. There is a character in the buffer that is a valid XML character but is not valid for the output encoding.For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names.The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer.Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values).However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 寫入具有指定之區域名稱和命名空間 URI 之屬性的開頭。 屬性的本機名稱。 屬性的命名空間 URI。 There is a character in the buffer that is a valid XML character but is not valid for the output encoding.For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names.The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer.Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values).However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 在衍生類別中覆寫時,寫入具有指定的前置詞、區域名稱和命名空間 URI 之屬性的開頭。 屬性的命名空間前置詞。 屬性的本機名稱。 屬性的命名空間 URI。 There is a character in the buffer that is a valid XML character but is not valid for the output encoding.For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names.The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer.Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values).However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式寫入具有指定之前置詞、本機名稱和命名空間 URI 之屬性的開頭。 表示非同步 WriteStartAttribute 作業的工作。 屬性的命名空間前置詞。 屬性的本機名稱。 屬性的命名空間 URI。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,使用「1.0」版寫入 XML 宣告。 This is not the first write method called after the constructor. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 在衍生類別中覆寫時,使用「1.0」版寫入 XML 宣告與獨立屬性。 如果 true,它會寫入「standalone=yes」;如果 false,它會寫入「standalone=no」。 This is not the first write method called after the constructor. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式使用「1.0」版寫入 XML 宣告。 表示非同步 WriteStartDocument 作業的工作。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 以非同步的方式使用「1.0」版寫入 XML 宣告與獨立屬性。 表示非同步 WriteStartDocument 作業的工作。 如果 true,它會寫入「standalone=yes」;如果 false,它會寫入「standalone=no」。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,寫出具有指定之區域名稱的開頭標記。 項目的本機名稱。 The writer is closed. There is a character in the buffer that is a valid XML character but is not valid for the output encoding.For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names.The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer.Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values).However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 在衍生類別中覆寫時,寫入指定的開頭標記並與指定的命名空間產生關聯。 項目的本機名稱。 與項目相關聯的命名空間 URI。如果這個命名空間已經在範圍中並具有相關聯的前置詞,則寫入器也會自動寫入前置詞。 The writer is closed. There is a character in the buffer that is a valid XML character but is not valid for the output encoding.For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names.The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer.Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values).However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 在衍生類別中覆寫時,寫入指定的開頭標記,並與指定的命名空間與前置詞產生關聯。 項目的命名空間前置詞。 項目的本機名稱。 與項目相關聯的命名空間 URI。 The writer is closed. There is a character in the buffer that is a valid XML character but is not valid for the output encoding.For example, if the output encoding is ASCII, you should only use characters from the range of 0 to 127 for element and attribute names.The invalid character might be in the argument of this method or in an argument of previous methods that were writing to the buffer.Such characters are escaped by character entity references when possible (for example, in text nodes or attribute values).However, the character entity reference is not allowed in element and attribute names, comments, processing instructions, or CDATA sections. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式寫入指定的開頭標記,並將它與指定的命名空間與前置詞產生關聯。 表示非同步 WriteStartElement 作業的工作。 項目的命名空間前置詞。 項目的本機名稱。 與項目相關聯的命名空間 URI。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,取得寫入器的狀態。 其中一個 值。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 在衍生類別中覆寫時,寫入指定的文字內容。 要寫入的文字。 The text string contains an invalid surrogate pair. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式寫入指定的文字內容。 表示非同步 WriteString 作業的工作。 要寫入的文字。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,產生和寫入 Surrogate 字元字組的 Surrogate 字元實體。 低 Surrogate。這必須是一個介於 0xDC00 和 0xDFFF 之間的值。 高 Surrogate。這必須一個是介於 0xD800 和 0xDBFF 之間的值。 An invalid surrogate character pair was passed. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式產生和寫入 Surrogate 字元字組的 Surrogate 字元實體。 表示非同步 WriteSurrogateCharEntity 作業的工作。 低 Surrogate。這必須是一個介於 0xDC00 和 0xDFFF 之間的值。 高 Surrogate。這必須一個是介於 0xD800 和 0xDBFF 之間的值。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 寫入 值。 要寫入的 值。 An invalid value was specified. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 寫入 值。 要寫入的 值。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 寫入 值。 要寫入的 值。 An invalid value was specified. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 寫入 值。 要寫入的 值。 An invalid value was specified. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 寫入 值。 要寫入的 值。 An invalid value was specified. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 寫入 值。 要寫入的 值。 An invalid value was specified. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 寫入物件值。 要寫入的物件值。附註:使用 .NET Framework 3.5 的版本時,這個方法會接受 做為參數。 An invalid value was specified. The is null. The writer is closed or in error state. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 寫入單精確度浮點數。 要寫入的單精確度浮點數。 An invalid value was specified. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 寫入 值。 要寫入的 值。 An invalid value was specified. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 在衍生類別中覆寫時,寫出指定的空白字元。 空白字元的字串。 The string contains non-white space characters. An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 以非同步的方式寫出指定的空白字元。 表示非同步 WriteWhitespace 作業的工作。 空白字元的字串。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” An asynchronous method was called without setting the flag to true.In this case, is thrown with the message “Set XmlWriterSettings.Async to true if you want to use Async Methods.” 在衍生類別中覆寫時,取得目前的 xml:lang 範圍。 目前的 xml:lang 範圍。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 在衍生類別中覆寫時,取得表示目前 xml:space 範圍的 XmlSpace,表示目前的 xml:space 範圍。值意義 None如果 xml:space 範圍不存在,這是預設值。Default目前的範圍為 xml:space="default"。Preserve目前的範圍為 xml:space="preserve"。 An method was called before a previous asynchronous operation finished.In this case, is thrown with the message “An asynchronous operation is already in progress.” 指定要在由 方法建立的 物件上支援的一組功能。 初始化 類別的新執行個體。 取得或設定值,指出非同步 方法是否可以用於特定 執行個體。 如果可以使用非同步方法,則為 true,否則為 false。 取得或設定值,這個值表示 XML 寫入器是否應該檢查以確定文件中的所有字元都符合 W3C XML 1.0 建議事項中的<2.2 字元>一節。 true 表示執行字元檢查,否則為 false。預設值為 true。 建立 執行個體的複本。 複製的 物件。 取得或設定值,指出呼叫 方法時, 是否也應該關閉基礎資料流或 true 表示也關閉基礎資料流或 ,否則為 false。預設值為 false。 取得或設定 XML 寫入器檢查 XML 輸出的一致性層級。 其中一個指定一致性層級 (文件、片段或自動偵測) 的列舉值。預設值為 取得或設定要使用的文字編碼方式類型。 要使用的文字編碼方式。預設值為 Encoding.UTF8。 取得或設定值,指出是否要縮排項目。 true 表示在新行和縮排上寫入個別項目,否則為 false。預設值為 false。 取得或設定縮排時使用的字元字串。當 屬性設為 true 時會使用這項設定。 縮排時使用的字元字串。它可以設為任何字串值。不過,若要確保有效的 XML,您應該只指定有效的空白字元 (例如,空格字元、定位字元、歸位字元或換行符號)。預設值為兩個空格。 The value assigned to the is null. 取得或設定值,這個值表示 是否應該在寫入 XML 內容時移除重複的命名空間宣告。預設行為是讓寫入器輸出寫入器命名空間解析程式中出現的所有命名空間宣告。 列舉類型,用來指定是否要移除 中的重複命名空間宣告。 取得或設定用於分行符號的字元字串。 用於分行符號的字元字串。它可以設為任何字串值。不過,若要確保有效的 XML,您應該只指定有效的空白字元 (例如,空格字元、定位字元、歸位字元或換行符號)。預設為 \r\n (歸位字元、新行)。 The value assigned to the is null. 取得或設定值,指出是否要將輸出中的分行符號標準化。 其中一個 值。預設值為 取得或設定值,指出是否將屬性寫在新行上。 true 表示將屬性寫在獨立的行上,否則為 false。預設值為 false。注意事項當 屬性值為 false 時,這項設定不會有任何作用。當 設為 true 時,會在每個屬性之前加上新行和一個額外的縮排層級。 取得或設定值,指出是否省略 XML 宣告。 true 表示省略 XML 宣告,否則為 false。預設值為 false,表示會寫入 XML 宣告。 將設定類別的成員重設為其預設值。 取得或設定值,指出 是否會在呼叫 方法時,將結尾標記加入所有未封閉的項目標記。 如果將關閉所有未封閉的項目標記,則為 true,否則為 false。預設值是 true。 依全球資訊網協會 (W3C) XML 結構描述第 1 部分:結構及XML 結構描述第 2 部分:資料類型 所規定之 XML 結構描述的記憶體中表示。 指示屬性 (Attribute) 或項目是否需要以命名空間前置詞限定。 項目和屬性格式未在結構描述中指定。 項目和屬性必須以命名空間前置詞限定。 項目和屬性不需要以命名空間前置詞限定。 為 XML 序列化和還原序列化提供自訂格式化。 這個方法應保留且不應予以使用。實作 IXmlSerializable 介面時,您應該從這個方法傳回 null (在 Visual Basic 中為 Nothing),而且如果需要指定自訂結構描述,請改為將 套用至類別。 ,描述物件的 XML 表示,該物件由 方法產生,由 方法取用。 從物件的 XML 表示產生該物件。 還原序列化物件的 資料流。 將物件轉換成其 XML 表示。 序列化物件的 資料流。 套用至型別後,儲存傳回 XML 結構描述之型別的靜態方法名稱以及控制型別之序列化 (Serialization) 的 (或用於匿名型別的 )。 初始化 類別的新執行個體,並採用提供型別之 XML 結構描述的靜態方法名稱。 要實作之靜態方法的名稱。 取得或設定值,以便判斷目標類別是否為萬用字元,或者該類別的結構描述是否僅含有 xs:any 項目。 如果該類別為萬用字元,或者結構描述僅含有 xs:any 項目,則為 true,否則為 false。 取得提供型別之 XML 結構描述的靜態方法名稱以及其 XML 結構描述資料型別的名稱。 由 XML 基礎結構叫用以傳回 XML 結構描述之方法的名稱。