Partilhar via


Método IVCWizCtlUI.ValidateCLRIdentifier

Retorna se um nome é um identificador válido CLR.

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

Sintaxe

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

  • bReportError
    Tipo: System.Boolean
    Defina como true para relatar um erro.

Valor de retorno

Tipo: System.Boolean
True se o nome é um identificador válido CLR.

Segurança do .NET Framework

Consulte também

Referência

IVCWizCtlUI Interface

Namespace Microsoft.VisualStudio.VsWizard