Language Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Language object contains properties used to examine the language specified by the debugger.
public interface class Language
public interface class Language
__interface Language
[System.Runtime.InteropServices.Guid("B3CCFA68-C145-11D2-8AD1-00C04F79E479")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface Language
[System.Runtime.InteropServices.Guid("B3CCFA68-C145-11D2-8AD1-00C04F79E479")]
public interface Language
[<System.Runtime.InteropServices.Guid("B3CCFA68-C145-11D2-8AD1-00C04F79E479")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type Language = interface
[<System.Runtime.InteropServices.Guid("B3CCFA68-C145-11D2-8AD1-00C04F79E479")>]
type Language = interface
Public Interface Language
- Attributes
Properties
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. |