VCWizCtlClass.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
Public Overridable Function ValidateCLRIdentifier ( _
bstrName As String, _
bReportError As Boolean _
) As Boolean
public virtual bool ValidateCLRIdentifier(
string bstrName,
bool bReportError
)
public:
virtual bool ValidateCLRIdentifier(
[InAttribute] String^ bstrName,
[InAttribute] bool bReportError
)
abstract ValidateCLRIdentifier :
bstrName:string *
bReportError:bool -> bool
override ValidateCLRIdentifier :
bstrName:string *
bReportError:bool -> bool
public function ValidateCLRIdentifier(
bstrName : String,
bReportError : boolean
) : boolean
Paramètres
bstrName
Type : StringNom à tester.
bReportError
Type : BooleanA la valeur true pour signaler une erreur.
Valeur de retour
Type : Boolean
True si le nom est un identificateur CLR valide.
Implémentations
IVCWizCtlUI.ValidateCLRIdentifier(String, Boolean)
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.