GeneratedCodeAttribute(String, String) Konstruktor

Definice

Inicializuje novou instanci GeneratedCodeAttribute třídy určující název a verzi nástroje, který vygeneroval kód.

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

Název nástroje, který kód vygeneroval.

version
String

Verze nástroje, který vygeneroval kód.

Platí pro