VCLanguageManager Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
| Name | Description | |
|---|---|---|
![]() | CompareTokenStreams(String^, String^) | Compares two text streams token-wise (skipping comments and whitechars). |
![]() | IsReservedName(String^, Boolean) | Determines if the specified name is a C++ reserved name. |
![]() | RefreshUserKeywords(String^) | Refreshes the user-defined keywords from a file. |
![]() | ValidateFileName(String^, vsCMValidateFileExtension) | Determines if the specified file name is a valid C++ file name. |
![]() | ValidateIdentifier(String^) | Determines if the specified name is a valid C++ identifier. |
![]() | ValidateParameterNames(String^, String^, vsCMElement) | Determines if the specified parameter list is valid. |
![]() | ValidateQualifiedName(String^) | Determines if the specified name is a valid C++ qualified name. |
![]() | ValidateType(String^) | Determines if the specified expression is a valid C++ type expression. |
Show:
