Aracılığıyla paylaş


ControlBuilderInterceptor.OnProcessGeneratedCode Yöntem

Tanım

kod oluşturma tamamlandıktan sonra ControlBuilder çağrılır.

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

Parametreler

controlBuilder
ControlBuilder

Denetim oluşturucu örneği.

codeCompileUnit
CodeCompileUnit

CodeCompileUnit Derleme tarafından oluşturulan bir nesne.

baseType
CodeTypeDeclaration

Sınıfın veya türetilmiş türün arkasındaki kodun tür bildirimi.

derivedType
CodeTypeDeclaration

Üst düzey işaretleme öğesinin tür bildirimi.

buildMethod
CodeMemberMethod

Denetimi oluşturmak ve denetimin çeşitli özelliklerini, olaylarını, alanlarını ayarlamak için gerekli kodu içeren yöntem.

dataBindingMethod
CodeMemberMethod

Denetim içindeki veri bağlama ifadelerini değerlendirmek için kod içeren yöntem.

additionalState
IDictionary

Sınıfın çeşitli yöntemlerinde ControlBuilderInterceptor verileri depolamak ve almak için kullanılabilecek ek durum.

Şunlara uygulanır