IVCWizCtlUI.ValidateCLRIdentifier (Método)
Devuelve si un nombre es un identificador de CLR válido.
Espacio de nombres: Microsoft.VisualStudio.VsWizard
Ensamblado: Microsoft.VisualStudio.VsWizard (en Microsoft.VisualStudio.VsWizard.dll)
Sintaxis
'Declaración
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
Parámetros
bstrName
Tipo: StringNombre que se va a probar.
bReportError
Tipo: BooleanSe establece en true para notificar un error.
Valor devuelto
Tipo: Boolean
Es true si el nombre es un identificador de CLR válido.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.