VCLanguageManager Methods

Include Protected Members
Include Inherited Members

The VCLanguageManager type exposes the following members.

Methods

 

Name

Description

Public method

CompareTokenStreams

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

Public method

IsReservedName

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

Public method

RefreshUserKeywords

Refreshes the user-defined keywords from a file.

Public method

ValidateFileName

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

Public method

ValidateIdentifier

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

Public method

ValidateParameterNames

Determines if the specified parameter list is valid.

Public method

ValidateQualifiedName

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

Public method

ValidateType

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

Top

See Also

Reference

VCLanguageManager Interface

Microsoft.VisualStudio.VCCodeModel Namespace