StackFrame2.FunctionName 属性

获取此堆栈帧的函数名。

命名空间:  EnvDTE90a
程序集:  EnvDTE90a(在 EnvDTE90a.dll 中)

语法

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

属性值

类型:System.String
此堆栈帧的函数名。

备注

请参见 FunctionName

.NET Framework 安全性

请参见

参考

StackFrame2 接口

FunctionName 重载

EnvDTE90a 命名空间