Partager via


VCLanguageManager.ValidateType, méthode

Détermine si l'expression spécifiée est une expression valide de type C++.

Espace de noms :  Microsoft.VisualStudio.VCCodeModel
Assembly :  Microsoft.VisualStudio.VCCodeModel (dans Microsoft.VisualStudio.VCCodeModel.dll)

Syntaxe

'Déclaration
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

Paramètres

  • bstrType
    Type : String

    Obligatoire. Expression validée.

Valeur de retour

Type : Boolean
true si l'expression spécifiée est une expression C++ valide ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCLanguageManager Interface

Microsoft.VisualStudio.VCCodeModel, espace de noms