VCLanguageManager::IsReservedName Method (String^, Boolean)
Visual Studio 2015
Determines if the specified name is a C++ reserved name.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Parameters
- bstrName
-
Type:
System::String^
The name to be validated.
- bManaged
-
Type:
System::Boolean
Optional. true if it is Visual C++, otherwise this value is false.
Show: