Condividi tramite


Metodo IVCWizCtlUI.ValidateCLRIdentifier

Restituisce un valore che indica se un nome è un identificatore CLR valido.

Spazio dei nomi:  Microsoft.VisualStudio.VsWizard
Assembly:  Microsoft.VisualStudio.VsWizard (in Microsoft.VisualStudio.VsWizard.dll)

Sintassi

'Dichiarazione
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

Parametri

  • bReportError
    Tipo: System.Boolean
    Impostare su true per segnalare un errore.

Valore restituito

Tipo: System.Boolean
True se il nome è un identificatore CLR valido.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVCWizCtlUI Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VsWizard