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

适用于