XmlBuilder.NeedsTagInnerText 方法

定义

确定 Xml 控件是否需要获取它的内部文本。Determines whether the Xml control needs to get its inner text.

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

返回

Boolean

NeedsTagInnerText() 方法被重写以始终返回 trueThe NeedsTagInnerText() method is overridden to always return true.

注解

NeedsTagInnerText类的方法会 XmlBuilder 重写 NeedsTagInnerText 类的方法 ControlBuilder ,使之始终返回 trueThe NeedsTagInnerText method of the XmlBuilder class overrides the NeedsTagInnerText method of the ControlBuilder class to always return true.

内部文本是控件的开始标记和结束标记之间的文本。The inner text is the text between the opening and closing tags of the control.

适用于

另请参阅