Access the generated Code Document Object Model (CodeDom) and insert and modify code during the process of parsing and building controls.
Syntax
Parameters
- codeCompileUnit
- The root container of a CodeDOM graph of the control that is being built.
- baseType
- The base type of the page or user control that contains the control that is being built.
- derivedType
- The derived type of the page or user control that contains the control that is being built.
- buildMethod
- The code that is used to build the control.
- dataBindingMethod
- The code that is used to build the data-binding method of the control.
Requirements
Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6
See Also