Breakpoint::FunctionName Property

 

Gets the name of the function where the breakpoint is set.

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

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

Property Value

Type: System::String^

A string that represents the name of the function.

The following example demonstrates how to use the FunctionName property.

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