IVCWizCtlUI.ValidateCSharpIdentifier 方法
未實作。
命名空間: Microsoft.VisualStudio.VsWizard
組件: Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)
語法
'宣告
Function ValidateCSharpIdentifier ( _
bstrName As String, _
bReportError As Boolean _
) As Boolean
bool ValidateCSharpIdentifier(
string bstrName,
bool bReportError
)
bool ValidateCSharpIdentifier(
[InAttribute] String^ bstrName,
[InAttribute] bool bReportError
)
abstract ValidateCSharpIdentifier :
bstrName:string *
bReportError:bool -> bool
function ValidateCSharpIdentifier(
bstrName : String,
bReportError : boolean
) : boolean
參數
- bstrName
型別:System.String
- bReportError
型別:System.Boolean
傳回值
型別:System.Boolean
NOT_IMPL
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。