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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.