GeneratedCodeAttribute(String, String) Oluşturucu

Tanım

Kodu oluşturan aracın adını ve sürümünü belirten sınıfın yeni bir örneğini GeneratedCodeAttribute 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