Share via


IVCWizCtlUI.ValidateCSharpIdentifier (Método)

Sin implementar.

Espacio de nombres:  Microsoft.VisualStudio.VsWizard
Ensamblado:  Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.Boolean
NOT_IMPL.

Seguridad de .NET Framework

Vea también

Referencia

IVCWizCtlUI Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)