Aracılığıyla paylaş


ParseRecorder.ProcessGeneratedCode Yöntem

Tanım

Türetilmiş bir sınıfta uygulandığında, ayrıştırma Kaydedicisi 'nin oluşturulan CodeDom öğesine erişmesini ve kodu eklemesini ve değiştirmesini sağlar.

public:
 virtual void ProcessGeneratedCode(System::Web::UI::ControlBuilder ^ builder, System::CodeDom::CodeCompileUnit ^ codeCompileUnit, System::CodeDom::CodeTypeDeclaration ^ baseType, System::CodeDom::CodeTypeDeclaration ^ derivedType, System::CodeDom::CodeMemberMethod ^ buildMethod, System::CodeDom::CodeMemberMethod ^ dataBindingMethod);
public virtual void ProcessGeneratedCode (System.Web.UI.ControlBuilder builder, System.CodeDom.CodeCompileUnit codeCompileUnit, System.CodeDom.CodeTypeDeclaration baseType, System.CodeDom.CodeTypeDeclaration derivedType, System.CodeDom.CodeMemberMethod buildMethod, System.CodeDom.CodeMemberMethod dataBindingMethod);
abstract member ProcessGeneratedCode : System.Web.UI.ControlBuilder * System.CodeDom.CodeCompileUnit * System.CodeDom.CodeTypeDeclaration * System.CodeDom.CodeTypeDeclaration * System.CodeDom.CodeMemberMethod * System.CodeDom.CodeMemberMethod -> unit
override this.ProcessGeneratedCode : System.Web.UI.ControlBuilder * System.CodeDom.CodeCompileUnit * System.CodeDom.CodeTypeDeclaration * System.CodeDom.CodeTypeDeclaration * System.CodeDom.CodeMemberMethod * System.CodeDom.CodeMemberMethod -> unit
Public Overridable Sub ProcessGeneratedCode (builder As ControlBuilder, codeCompileUnit As CodeCompileUnit, baseType As CodeTypeDeclaration, derivedType As CodeTypeDeclaration, buildMethod As CodeMemberMethod, dataBindingMethod As CodeMemberMethod)

Parametreler

builder
ControlBuilder

Denetim Oluşturucu.

codeCompileUnit
CodeCompileUnit

Kod derleme birimi.

baseType
CodeTypeDeclaration

Kod türü bildirimi temel türü.

derivedType
CodeTypeDeclaration

Kod türü bildirimi türetilmiş türü.

buildMethod
CodeMemberMethod

Yapı yöntemi.

dataBindingMethod
CodeMemberMethod

Veri bağlama yöntemi.

Şunlara uygulanır