IVCWizCtlUI.ValidateCLRIdentifier 方法
傳回名稱是否為有效的 CLR 識別項。
命名空間: Microsoft.VisualStudio.VsWizard
組件: Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)
語法
'宣告
Function ValidateCLRIdentifier ( _
bstrName As String, _
bReportError As Boolean _
) As Boolean
bool ValidateCLRIdentifier(
string bstrName,
bool bReportError
)
bool ValidateCLRIdentifier(
[InAttribute] String^ bstrName,
[InAttribute] bool bReportError
)
abstract ValidateCLRIdentifier :
bstrName:string *
bReportError:bool -> bool
function ValidateCLRIdentifier(
bstrName : String,
bReportError : boolean
) : boolean
參數
- bstrName
型別:System.String
要測試的名稱。
- bReportError
型別:System.Boolean
設定為 true 以報告錯誤。
傳回值
型別:System.Boolean
如果名稱是有效的 CLR 識別項則為 true。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。