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
- bstrName
Type : System.String
Nom à tester.
- 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.