IXmlTextParser.WhitespaceHandling 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定剖析 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 列舉型別的成員,其中描述剖析 XML 時要如何處理泛空白字元。
備註
您不應該在程式碼中實作 IXmlTextParser 介面和 Normalized 屬性。 請改用 Normalization 類別的 XmlTextReader 屬性。