Condividi tramite


Metodo VCWizCtlClass.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
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

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.

Implementa

IVCWizCtlUI.ValidateCLRIdentifier(String, Boolean)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCWizCtlClass Classe

Spazio dei nomi Microsoft.VisualStudio.VsWizard