VCCodeModel::IsValidID Method (String^)
Visual Studio 2015
Returns whether a specified name is a valid programmatic identifier for the current language.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Parameters
- Name
-
Type:
System::String^
Required. The name of the identifier to check.
Return Value
Type: System::Booleantrue when the identifier is valid; false when it is not, such as if it is a keyword.
Implements
CodeModel2::IsValidID(String^)
Show: