Share via


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
'Usage
Dim instance As StackFrame2 
Dim value As String 

value = instance
string this { get; }
property String^ default {
    String^ get ();
}
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

StackFrame2 Members

FunctionName Overload

EnvDTE90a Namespace