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 | |
---|---|---|
Collection | Gets the collection containing the object supporting this property or contained within this code construct. | |
DTE | Gets the top-level extensibility object. | |
Name | Gets the name of the object. | |
Parent | Gets the immediate parent object of a Language object. |
Top