Compartilhar via


Método IVCWizCtlUI.ValidateCSharpIdentifier

Não implementado.

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

Sintaxe

'Declaração
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

  • bstrName
    Tipo: String

     

  • bReportError
    Tipo: Boolean

     

Valor de retorno

Tipo: Boolean
NOT_IMPL

Segurança do .NET Framework

Consulte também

Referência

IVCWizCtlUI Interface

Namespace Microsoft.VisualStudio.VsWizard