Partager via


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

Voir aussi

Référence

IVCWizCtlUI Interface

Microsoft.VisualStudio.VsWizard, espace de noms