Compartir a través de


IVCWizCtlUI.ValidateCLRIdentifier (Método)

Devuelve si un nombre es un identificador de CLR válido.

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

Sintaxis

'Declaración
Function ValidateCLRIdentifier ( _
    bstrName As String, _
    bReportError As Boolean _
) As Boolean
bool ValidateCLRIdentifier(
    string bstrName,
    bool bReportError
)
bool ValidateCLRIdentifier(
    [InAttribute] String^ bstrName, 
    [InAttribute] bool bReportError
)
abstract ValidateCLRIdentifier : 
        bstrName:string * 
        bReportError:bool -> bool
function ValidateCLRIdentifier(
    bstrName : String, 
    bReportError : boolean
) : boolean

Parámetros

  • bstrName
    Tipo: String

    Nombre que se va a probar.

  • bReportError
    Tipo: Boolean

    Se establece en true para notificar un error.

Valor devuelto

Tipo: Boolean
Es true si el nombre es un identificador de CLR válido.

Seguridad de .NET Framework

Vea también

Referencia

IVCWizCtlUI Interfaz

Microsoft.VisualStudio.VsWizard (Espacio de nombres)