VCLanguageManager::ValidateIdentifier Method (String^)
Visual Studio 2015
Determines if the specified name is a valid C++ identifier.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Parameters
- bstrIdentifier
-
Type:
System::String^
Required. The identifier to be validated.
Return Value
Type: System::Booleantrue if the specified name is a valid C++ identifier; otherwise, false.
Show: