Share via


IVCWizCtlUI.ValidateCSharpIdentifier Method

Not implemented.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
NOT_IMPL

.NET Framework Security

See Also

Reference

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard Namespace