VCLanguageManager.IsReservedName, méthode
Détermine si le nom spécifié est nom réservé par 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 : System.String
Le nom à valider.
- bManaged
Type : System.Boolean
Facultatif. true s'il s'agit de Visual C++, sinon cette valeur est false.
Valeur de retour
Type : System.Boolean
true pour le nom réservé par 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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.