DelegatingXmlDictionaryReader.ReadAttributeValue 方法

定义

将属性值分析为一个或多个 Text、EntityReference 或 EndEntity 节点。

public:
 override bool ReadAttributeValue();
public override bool ReadAttributeValue ();
override this.ReadAttributeValue : unit -> bool
Public Overrides Function ReadAttributeValue () As Boolean

返回

如果返回节点,则为 true,如果进行初始调用时读取器不是定位在特性节点上,或者如果已读取了所有特性值,则为 false。

适用于