StackFrame2.ReturnType 属性

获取包含堆栈属性返回类型的字符串。

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

语法

声明
ReadOnly Property ReturnType As String
string ReturnType { get; }
property String^ ReturnType {
    String^ get ();
}
abstract ReturnType : string
function get ReturnType () : String

属性值

类型:System.String
一个包含堆栈属性返回类型的字符串。

备注

请参见 ReturnType

.NET Framework 安全性

请参见

参考

StackFrame2 接口

ReturnType 重载

EnvDTE90a 命名空间