Language Interface

The Language object contains properties used to examine the language specified by the debugger.

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

Syntax

'Declaration
<GuidAttribute("B3CCFA68-C145-11D2-8AD1-00C04F79E479")> _
Public Interface Language
[GuidAttribute("B3CCFA68-C145-11D2-8AD1-00C04F79E479")]
public interface Language
[GuidAttribute(L"B3CCFA68-C145-11D2-8AD1-00C04F79E479")]
public interface class Language
[<GuidAttribute("B3CCFA68-C145-11D2-8AD1-00C04F79E479")>]
type Language =  interface end
public interface Language

The Language type exposes the following members.

Properties

  Name Description
Public property Collection Gets the collection containing the object supporting this property or contained within this code construct.
Public property DTE Gets the top-level extensibility object.
Public property Name Gets the name of the object.
Public property Parent Gets the immediate parent object of a Language object.

Top

See Also

Reference

EnvDTE Namespace

Languages

Other Resources

Automation Object Model Chart