VCLanguageManager.ValidateType (Método)

Determina si la expresión especificada es una expresión válida de tipo de C++.

Espacio de nombres:  Microsoft.VisualStudio.VCCodeModel
Ensamblado:  Microsoft.VisualStudio.VCCodeModel (en Microsoft.VisualStudio.VCCodeModel.dll)

Sintaxis

'Declaración
Function ValidateType ( _
    bstrType As String _
) As Boolean
bool ValidateType(
    string bstrType
)
bool ValidateType(
    [InAttribute] String^ bstrType
)
abstract ValidateType : 
        bstrType:string -> bool 
function ValidateType(
    bstrType : String
) : boolean

Parámetros

  • bstrType
    Tipo: System.String
    Obligatorio.La expresión que se van a validar.

Valor devuelto

Tipo: System.Boolean
true si la expresión especificada es C++ válido escribe la expresión; si no, false.

Seguridad de .NET Framework

Vea también

Referencia

VCLanguageManager Interfaz

Microsoft.VisualStudio.VCCodeModel (Espacio de nombres)