CodeGenerator.CurrentClass プロパティ

定義

現在のクラスのコード型宣言を取得します。

protected:
 property System::CodeDom::CodeTypeDeclaration ^ CurrentClass { System::CodeDom::CodeTypeDeclaration ^ get(); };
protected System.CodeDom.CodeTypeDeclaration CurrentClass { get; }
member this.CurrentClass : System.CodeDom.CodeTypeDeclaration
Protected ReadOnly Property CurrentClass As CodeTypeDeclaration

プロパティ値

現在のクラスのコード型宣言。

適用対象