VSConstants.CodeModelLanguage Class

Set of code model languages.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.VSConstants.CodeModelLanguage

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public NotInheritable Class CodeModelLanguage
public static class CodeModelLanguage
public ref class CodeModelLanguage abstract sealed
[<AbstractClass>]
[<Sealed>]
type CodeModelLanguage =  class end
public final class CodeModelLanguage

The VSConstants.CodeModelLanguage type exposes the following members.

Fields

  Name Description
Public fieldStatic member CSharp Visual C#
Public fieldStatic member IDL Interface Definition Language
Public fieldStatic member MC Message Compiler
Public fieldStatic member VB Visual Basic
Public fieldStatic member VC Visual C++

Top

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

Microsoft.VisualStudio Namespace