次の方法で共有


CodeGenerator.OutputIdentifier メソッド

指定した識別子を出力します。

Protected Overridable Sub OutputIdentifier( _
   ByVal ident As String _)
[C#]
protected virtual void OutputIdentifier(stringident);
[C++]
protected: virtual void OutputIdentifier(String* ident);
[JScript]
protected function OutputIdentifier(
   ident : String);

パラメータ

  • ident
    出力する識別子。

必要条件

プラットフォーム: 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 名前空間