共用方式為


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
    類型:String

     

  • bReportError
    類型:Boolean

     

傳回值

類型:Boolean
NOT_IMPL

.NET Framework 安全性

請參閱

參考

IVCWizCtlUI 介面

Microsoft.VisualStudio.VsWizard 命名空間