Debugger::Languages Property

 

Gets a list of languages that the debugger supports.

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

property Languages^ Languages {
	Languages^ get();
}

Property Value

Type: EnvDTE::Languages^

A Languages collection.

Languages returns a Languages collection containing a list of languages that the debugger supports. This list is dictated by the version of Visual Studio and the installed language add-ons.

The following example demonstrates how to use the Languages property.

No code example is currently available or this language may not be supported.
Return to top
Show: