CodeModelLanguageConstants2 Class
A constant specifying the language used to author the code.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("CFA571FB-F9FF-4DC2-92A0-B03C57E7AE2E")> _
Public MustInherit Class CodeModelLanguageConstants2
'Usage
Dim instance As CodeModelLanguageConstants2
[GuidAttribute("CFA571FB-F9FF-4DC2-92A0-B03C57E7AE2E")]
public abstract class CodeModelLanguageConstants2
[GuidAttribute(L"CFA571FB-F9FF-4DC2-92A0-B03C57E7AE2E")]
public ref class CodeModelLanguageConstants2 abstract
public abstract class CodeModelLanguageConstants2
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
EnvDTE80.CodeModelLanguageConstants2
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
CodeModelLanguageConstants2 Members
Other Resources
How to: Compile and Run the Automation Object Model Code Examples
Discovering Code by Using the Code Model (Visual Basic)