CodeGenerator.IsValidIdentifier(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出指定值是否為有效的識別項。
protected:
abstract bool IsValidIdentifier(System::String ^ value);
protected abstract bool IsValidIdentifier (string value);
abstract member IsValidIdentifier : string -> bool
Protected MustOverride Function IsValidIdentifier (value As String) As Boolean
參數
- value
- String
要測試有效識別項衝突的值。
傳回
如果值是有效的識別項,則為 true
,否則為 false
。