Breakpoint::Language Property

 

Gets the language associated with the name or conditional breakpoint.

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

property String^ Language {
	String^ get();
}

Property Value

Type: System::String^

A CodeModelLanguageConstants constant.

The following example demonstrates how to use the Language property.

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