ControlBuilder.CloseControl 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.
Called by the parser to inform the builder that the parsing of the control's opening and closing tags is complete.
public:
virtual void CloseControl();
public virtual void CloseControl ();
abstract member CloseControl : unit -> unit
override this.CloseControl : unit -> unit
Public Overridable Sub CloseControl ()
Remarks
The CloseControl method is used by the parser to indicate to the builder that it has finished parsing the control.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.