Aracılığıyla paylaş


GeneratedCodeAttribute(String, String) Oluşturucu

Tanım

Sınıfın GeneratedCodeAttribute , kodu oluşturan aracın adını ve sürümünü belirten yeni bir örneğini başlatır.

public:
 GeneratedCodeAttribute(System::String ^ tool, System::String ^ version);
public GeneratedCodeAttribute (string tool, string version);
public GeneratedCodeAttribute (string? tool, string? version);
new System.CodeDom.Compiler.GeneratedCodeAttribute : string * string -> System.CodeDom.Compiler.GeneratedCodeAttribute
Public Sub New (tool As String, version As String)

Parametreler

tool
String

Kodu oluşturan aracın adı.

version
String

Kodu oluşturan aracın sürümü.

Şunlara uygulanır