Compartir a través de


VCWizCtlClass.ValidateCSharpIdentifier (Método)

Sin implementar.

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

Sintaxis

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

Parámetros

  • bstrName
    Tipo: String

     

  • bReportError
    Tipo: Boolean

     

Valor devuelto

Tipo: Boolean
NOT_IMPL.

Implementaciones

IVCWizCtlUI.ValidateCSharpIdentifier(String, Boolean)

Seguridad de .NET Framework

Vea también

Referencia

VCWizCtlClass Clase

Microsoft.VisualStudio.VsWizard (Espacio de nombres)