StackFrame::FunctionName Property

 

Gets the function name of this stack frame.

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

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

Property Value

Type: System::String^

The function name of this stack frame.

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: