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 : StringNom à valider.
bManaged
Type : BooleanOptionnel. 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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.