StackFrame2.FunctionName Property

Gets the function name of this stack frame.

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

Syntax

'Declaration
ReadOnly Default Property FunctionName As String
string this { get; }
property String^ default {
    String^ get ();
}
abstract FunctionName : string with get
function get FunctionName () : String

Property Value

Type: System.String
The function name of this stack frame.

Remarks

See FunctionName.

.NET Framework Security

See Also

Reference

StackFrame2 Interface

EnvDTE90a Namespace