Share via


VCWizCtlClass.ValidateCSharpIdentifier Method

Not implemented.

Namespace:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Boolean
NOT_IMPL

Implements

IVCWizCtlUI.ValidateCSharpIdentifier(String, Boolean)

.NET Framework Security

See Also

Reference

VCWizCtlClass Class

Microsoft.VisualStudio.VsWizard Namespace