現在のクラスの名前を取得します。
Protected ReadOnly Property CurrentTypeName As String
[C#]
protected string CurrentTypeName {get;}
[C++]
protected: __property String* get_CurrentTypeName();
[JScript]
protected function get CurrentTypeName() : String;
プロパティ値
現在のクラスの名前。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
CodeGenerator クラス | CodeGenerator メンバ | System.CodeDom.Compiler 名前空間