VCLanguageManager Methods

 

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

NameDescription
System_CAPS_pubmethodCompareTokenStreams(String^, String^)

Compares two text streams token-wise (skipping comments and whitechars).

System_CAPS_pubmethodIsReservedName(String^, Boolean)

Determines if the specified name is a C++ reserved name.

System_CAPS_pubmethodRefreshUserKeywords(String^)

Refreshes the user-defined keywords from a file.

System_CAPS_pubmethodValidateFileName(String^, vsCMValidateFileExtension)

Determines if the specified file name is a valid C++ file name.

System_CAPS_pubmethodValidateIdentifier(String^)

Determines if the specified name is a valid C++ identifier.

System_CAPS_pubmethodValidateParameterNames(String^, String^, vsCMElement)

Determines if the specified parameter list is valid.

System_CAPS_pubmethodValidateQualifiedName(String^)

Determines if the specified name is a valid C++ qualified name.

System_CAPS_pubmethodValidateType(String^)

Determines if the specified expression is a valid C++ type expression.

Return to top
Show: