XsltContext.Whitespace 属性

当重写派生类时,获取一个值,用于指示输出中是否包含空白节点。

**命名空间:**System.Xml.Xsl
**程序集:**System.Xml(在 system.xml.dll 中)

语法

声明
Public MustOverride ReadOnly Property Whitespace As Boolean
用法
Dim instance As XsltContext
Dim value As Boolean

value = instance.Whitespace
public abstract bool Whitespace { get; }
public:
virtual property bool Whitespace {
    bool get () abstract;
}
/** @property */
public abstract boolean get_Whitespace ()
public abstract function get Whitespace () : boolean

属性值

如果为 true,则在源文档中检查空白节点以便包含在输出中;如果为 false,则不计算空白节点。默认为 true

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

XsltContext 类
XsltContext 成员
System.Xml.Xsl 命名空间