GeneratedCodeAttribute(String, String) Konstruktor

Definicja

Inicjuje GeneratedCodeAttribute nowe wystąpienie klasy, określając nazwę i wersję narzędzia, które wygenerowało kod.

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)

Parametry

tool
String

Nazwa narzędzia, które wygenerowało kod.

version
String

Wersja narzędzia, które wygenerowało kod.

Dotyczy