Debugger3::Languages Property

 

Gets a list of languages that the debugger supports.

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

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

Property Value

Type: EnvDTE::Languages^

A Languages collection.

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

The following example shows how to use the Languages property.

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