共用方式為


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

參數

  • bReportError
    型別:System.Boolean
    設定為 true 以報告錯誤。

傳回值

型別:System.Boolean
如果名稱是有效的 CLR 識別項則為 true。

.NET Framework 安全性

請參閱

參考

IVCWizCtlUI 介面

Microsoft.VisualStudio.VsWizard 命名空間