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
- bstrName
Tipo: System.String
Nome del test.
- 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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.