共用方式為


VCWizCtlClass.ValidateCSharpIdentifier 方法

未實作。

命名空間:  Microsoft.VisualStudio.VsWizard
組件:  Microsoft.VisualStudio.VsWizard (在 Microsoft.VisualStudio.VsWizard.dll 中)

語法

'宣告
Public Overridable Function ValidateCSharpIdentifier ( _
    bstrName As String, _
    bReportError As Boolean _
) As Boolean
public virtual bool ValidateCSharpIdentifier(
    string bstrName,
    bool bReportError
)
public:
virtual bool ValidateCSharpIdentifier(
    [InAttribute] String^ bstrName, 
    [InAttribute] bool bReportError
)
abstract ValidateCSharpIdentifier : 
        bstrName:string * 
        bReportError:bool -> bool  
override ValidateCSharpIdentifier : 
        bstrName:string * 
        bReportError:bool -> bool
public function ValidateCSharpIdentifier(
    bstrName : String, 
    bReportError : boolean
) : boolean

參數

  • bstrName
    類型:String

     

  • bReportError
    類型:Boolean

     

傳回值

類型:Boolean
NOT_IMPL

實作

IVCWizCtlUI.ValidateCSharpIdentifier(String, Boolean)

.NET Framework 安全性

請參閱

參考

VCWizCtlClass 類別

Microsoft.VisualStudio.VsWizard 命名空間