IVCWizCtlUI.ValidateCSharpIdentifier, méthode
Non implémenté.
Espace de noms : Microsoft.VisualStudio.VsWizard
Assembly : Microsoft.VisualStudio.VsWizard (dans Microsoft.VisualStudio.VsWizard.dll)
Syntaxe
'Déclaration
Function ValidateCSharpIdentifier ( _
bstrName As String, _
bReportError As Boolean _
) As Boolean
bool ValidateCSharpIdentifier(
string bstrName,
bool bReportError
)
bool ValidateCSharpIdentifier(
[InAttribute] String^ bstrName,
[InAttribute] bool bReportError
)
abstract ValidateCSharpIdentifier :
bstrName:string *
bReportError:bool -> bool
function ValidateCSharpIdentifier(
bstrName : String,
bReportError : boolean
) : boolean
Paramètres
bstrName
Type : String
bReportError
Type : Boolean
Valeur de retour
Type : Boolean
NOT_IMPL
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.