IVsMethodData.PrevMethod 方法

返回上一个方法数字。

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop(在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

语法

声明
Function PrevMethod As Integer
int PrevMethod()
int PrevMethod()
abstract PrevMethod : unit -> int
function PrevMethod() : int

返回值

类型:Int32

备注

COM 签名

从 textmgr.idl:

long IVsMethodData::PrevMethod();

,当用户选择在重载的方法时,列表的前面的方法此方法由视图调用。

.NET Framework 安全性

请参阅

参考

IVsMethodData 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间