CodeModelLanguageConstants2 Class

A constant specifying the language used to author the code.

Inheritance Hierarchy

System.Object
  EnvDTE80.CodeModelLanguageConstants2

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
<GuidAttribute("CFA571FB-F9FF-4DC2-92A0-B03C57E7AE2E")> _
Public MustInherit Class CodeModelLanguageConstants2
[GuidAttribute("CFA571FB-F9FF-4DC2-92A0-B03C57E7AE2E")]
public abstract class CodeModelLanguageConstants2
[GuidAttribute(L"CFA571FB-F9FF-4DC2-92A0-B03C57E7AE2E")]
public ref class CodeModelLanguageConstants2 abstract
[<AbstractClass>]
[<GuidAttribute("CFA571FB-F9FF-4DC2-92A0-B03C57E7AE2E")>]
type CodeModelLanguageConstants2 =  class end
public abstract class CodeModelLanguageConstants2

The CodeModelLanguageConstants2 type exposes the following members.

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member vsCMLanguageJSharp Constant.

Top

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).

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

EnvDTE80 Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples

Discovering Code by Using the Code Model (Visual Basic)

Discovering Code by Using the Code Model (Visual C#)

Discovering Code by Using the Code Model (Visual Basic)