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

プロパティ値

コードに生成されたツールの名前。

適用対象