CodeModelLanguageConstants Class
A constant specifying the language used to author the code.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("D83C7FAD-BC3A-46BB-9BFC-C0091329626D")> _
Public MustInherit Class CodeModelLanguageConstants
'Usage
Dim instance As CodeModelLanguageConstants
[GuidAttribute("D83C7FAD-BC3A-46BB-9BFC-C0091329626D")]
public abstract class CodeModelLanguageConstants
[GuidAttribute(L"D83C7FAD-BC3A-46BB-9BFC-C0091329626D")]
public ref class CodeModelLanguageConstants abstract
public abstract class CodeModelLanguageConstants
Remarks
Note
The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same. For more information, see the section Code Model Element Values Can Change in Discovering Code by Using the Code Model (Visual Basic).
Inheritance Hierarchy
System.Object
EnvDTE.CodeModelLanguageConstants
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
CodeModelLanguageConstants Members
Other Resources
How to: Compile and Run the Automation Object Model Code Examples
Discovering Code by Using the Code Model (Visual Basic)