Breakpoint3.Language Property

Gets the name of the programming language that contains the breakpoint.

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

Syntax

'Declaration
ReadOnly Property Language As String
    Get
string Language { get; }
property String^ Language {
    String^ get ();
}
abstract Language : string
function get Language () : String

Property Value

Type: System.String
A string that contains the name of the programming language.

Implements

Breakpoint2.Language

Remarks

See Language.

.NET Framework Security

See Also

Reference

Breakpoint3 Interface

Language Overload

EnvDTE90a Namespace