UserControlControlBuilder.NeedsTagInnerText Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the control builder needs to get the control's inner text.
public:
override bool NeedsTagInnerText();
public override bool NeedsTagInnerText ();
override this.NeedsTagInnerText : unit -> bool
Public Overrides Function NeedsTagInnerText () As Boolean
Returns
true
if the control builder requires the control's inner text; otherwise, false
.
Remarks
If the NeedsTagInnerText method returns true
, the SetTagInnerText method is called. When the control is built in a designer environment, the NeedsTagInnerText property returns true
.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.