指定した値が有効な識別子かどうかを示す値を取得します。
Protected MustOverride Function IsValidIdentifier( _
ByVal value As String _) As Boolean
[C#]
protected abstract bool IsValidIdentifier(stringvalue);
[C++]
protected: virtual bool IsValidIdentifier(String* value) = 0;
[JScript]
protected abstract function IsValidIdentifier(
value : String) : Boolean;
パラメータ
- value
有効な識別子と競合するかどうかをテストする対象の値。
戻り値
値が有効な識別子である場合は true 。それ以外の場合は false 。
必要条件
プラットフォーム: 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 名前空間