GeneratedCodeAttribute(String, String) 생성자

정의

코드를 생성한 도구의 이름과 버전을 지정하는 GeneratedCodeAttribute 클래스의 새 인스턴스를 초기화합니다.

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)

매개 변수

tool
String

코드를 생성한 도구의 이름입니다.

version
String

코드를 생성한 도구의 버전입니다.

적용 대상