XmlBuilder.NeedsTagInnerText 方法
定义
public:
override bool NeedsTagInnerText();
public override bool NeedsTagInnerText ();
override this.NeedsTagInnerText : unit -> bool
Public Overrides Function NeedsTagInnerText () As Boolean
返回
NeedsTagInnerText() 方法被重写以始终返回 true。The NeedsTagInnerText() method is overridden to always return true.
注解
NeedsTagInnerText类的方法会 XmlBuilder 重写 NeedsTagInnerText 类的方法 ControlBuilder ,使之始终返回 true 。The 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.