CodeModelLanguageConstants Class
A constant specifying the language used to author the code.
Inheritance Hierarchy
System.Object
EnvDTE.CodeModelLanguageConstants
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("D83C7FAD-BC3A-46BB-9BFC-C0091329626D")> _
Public MustInherit Class CodeModelLanguageConstants
[GuidAttribute("D83C7FAD-BC3A-46BB-9BFC-C0091329626D")]
public abstract class CodeModelLanguageConstants
[GuidAttribute(L"D83C7FAD-BC3A-46BB-9BFC-C0091329626D")]
public ref class CodeModelLanguageConstants abstract
[<AbstractClass>]
[<GuidAttribute("D83C7FAD-BC3A-46BB-9BFC-C0091329626D")>]
type CodeModelLanguageConstants = class end
public abstract class CodeModelLanguageConstants
The CodeModelLanguageConstants type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
vsCMLanguageCSharp | Visual C# constant. | |
vsCMLanguageIDL | Microsoft IDL constant. | |
vsCMLanguageMC | Visual C++ constant. | |
vsCMLanguageVB | Visual Basic constant. | |
vsCMLanguageVC | Visual C++ 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
Other Resources
How to: Compile and Run the Automation Object Model Code Examples
Discovering Code by Using the Code Model (Visual Basic)