VCWizCtlClass.ValidateCSharpIdentifier, méthode
Non implémenté.
Espace de noms : Microsoft.VisualStudio.VsWizard
Assembly : Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Déclaration
Public Overridable Function ValidateCSharpIdentifier ( _
bstrName As String, _
bReportError As Boolean _
) As Boolean
public virtual bool ValidateCSharpIdentifier(
string bstrName,
bool bReportError
)
public:
virtual bool ValidateCSharpIdentifier(
[InAttribute] String^ bstrName,
[InAttribute] bool bReportError
)
abstract ValidateCSharpIdentifier :
bstrName:string *
bReportError:bool -> bool
override ValidateCSharpIdentifier :
bstrName:string *
bReportError:bool -> bool
public function ValidateCSharpIdentifier(
bstrName : String,
bReportError : boolean
) : boolean
Paramètres
- bstrName
Type : System.String
- bReportError
Type : System.Boolean
Valeur de retour
Type : System.Boolean
NOT_IMPL
Implémentations
IVCWizCtlUI.ValidateCSharpIdentifier(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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.