CodeModelLanguageConstants Class

Definition

A constant specifying the language used to author the code.

public ref class CodeModelLanguageConstants abstract
[Windows::Foundation::Metadata::WebHostHidden]
public ref class CodeModelLanguageConstants abstract
[Windows::Foundation::Metadata::WebHostHidden]
class CodeModelLanguageConstants abstract
[System.Runtime.InteropServices.Guid("D83C7FAD-BC3A-46BB-9BFC-C0091329626D")]
public abstract class CodeModelLanguageConstants
[<System.Runtime.InteropServices.Guid("D83C7FAD-BC3A-46BB-9BFC-C0091329626D")>]
type CodeModelLanguageConstants = class
Public MustInherit Class CodeModelLanguageConstants
Inheritance
CodeModelLanguageConstants
Attributes

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

Constructors

CodeModelLanguageConstants()

Fields

vsCMLanguageCSharp

Visual C# constant.

vsCMLanguageIDL

Microsoft IDL constant.

vsCMLanguageMC

Visual C++ constant.

vsCMLanguageVB

Visual Basic constant.

vsCMLanguageVC

Visual C++ constant.

Applies to