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
    Get
string this { get; }
property String^ default {
    String^ get ();
}
abstract FunctionName : string
function get FunctionName () : String

Property Value

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

Implements

StackFrame.FunctionName

Remarks

See FunctionName.

.NET Framework Security

See Also

Reference

StackFrame2 Interface

FunctionName Overload

EnvDTE90a Namespace