Partager via


VCLanguageManager.IsReservedName, méthode

Détermine si le nom spécifié est nom réservé C++.

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

Syntaxe

'Déclaration
Function IsReservedName ( _
    bstrName As String, _
    bManaged As Boolean _
) As Boolean
bool IsReservedName(
    string bstrName,
    bool bManaged
)
bool IsReservedName(
    [InAttribute] String^ bstrName, 
    [InAttribute] bool bManaged
)
abstract IsReservedName : 
        bstrName:string * 
        bManaged:bool -> bool
function IsReservedName(
    bstrName : String, 
    bManaged : boolean
) : boolean

Paramètres

  • bstrName
    Type : String

    Nom à valider.

  • bManaged
    Type : Boolean

    Optionnel. true s'il s'agit de Visual C++ ; sinon, false.

Valeur de retour

Type : Boolean
true pour le nom réservé C++ ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCLanguageManager Interface

Microsoft.VisualStudio.VCCodeModel, espace de noms