Partager via


IVCWizCtlUI.ValidateCLRIdentifier, méthode

Retourne une valeur indiquant si un nom est un identificateur CLR valide.

Espace de noms :  Microsoft.VisualStudio.VsWizard
Assembly :  Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)

Syntaxe

'Déclaration
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

Paramètres

  • bReportError
    Type : System.Boolean
    A la valeur true pour signaler une erreur.

Valeur de retour

Type : System.Boolean
True si le nom est un identificateur CLR valide.

Sécurité .NET Framework

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms