GeneratedCodeAttribute.Tool 속성

정의

코드를 생성한 도구의 이름을 가져옵니다.

public:
 property System::String ^ Tool { System::String ^ get(); };
public string Tool { get; }
public string? Tool { get; }
member this.Tool : string
Public ReadOnly Property Tool As String

속성 값

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

적용 대상