IXmlTextParser.WhitespaceHandling 屬性

定義

取得或設定剖析 XML 時要如何處理泛空白字元。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 property System::Xml::WhitespaceHandling WhitespaceHandling { System::Xml::WhitespaceHandling get(); void set(System::Xml::WhitespaceHandling value); };
public System.Xml.WhitespaceHandling WhitespaceHandling { get; set; }
member this.WhitespaceHandling : System.Xml.WhitespaceHandling with get, set
Public Property WhitespaceHandling As WhitespaceHandling

屬性值

WhitespaceHandling

WhitespaceHandling 列舉型別的成員,其中描述剖析 XML 時要如何處理泛空白字元。

備註

您不應該在程式碼中實作 IXmlTextParser 介面和 Normalized 屬性。 請改用 Normalization 類別的 XmlTextReader 屬性。

適用於