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

参数

返回值

类型:System.Boolean
NOT_IMPL

实现

IVCWizCtlUI.ValidateCSharpIdentifier(String, Boolean)

.NET Framework 安全性

请参见

参考

VCWizCtlClass 类

Microsoft.VisualStudio.VsWizard 命名空间