DelegatingXmlDictionaryReader.IsDefault 属性

定义

获取一个值,该值指示当前节点是否是从 DTD 或架构中定义的默认值生成的特性。Gets a value that indicates whether the current node is an attribute that was generated from the default value defined in the DTD or Schema.

public:
 virtual property bool IsDefault { bool get(); };
public override bool IsDefault { get; }
member this.IsDefault : bool
Public Overrides ReadOnly Property IsDefault As Boolean

属性值

Boolean

如果当前节点从默认值生成,则为 true;否则为 falsetrue if the current node was generated from the default value; otherwise, false.

适用于