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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.