IVsCodeDefViewContext.GetLine(UInt32, UInt32) 方法

定义

基于项在上下文项列表中的索引检索项的行位置。

public:
 int GetLine(System::UInt32 iItem, [Runtime::InteropServices::Out] System::UInt32 % piLine);
int GetLine(unsigned int iItem, [Runtime::InteropServices::Out] unsigned int & piLine);
public int GetLine (uint iItem, out uint piLine);
abstract member GetLine : uint32 * uint32 -> int
Public Function GetLine (iItem As UInteger, ByRef piLine As UInteger) As Integer

参数

iItem
UInt32

中上下文项的索引。

piLine
UInt32

弄"代码定义" 工具窗口中项的行号。

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

注解

COM 签名

从 vsshell80:

HRESULT IVsCodeDefViewContext::GetLine(  
   ULONG iItem,   
   ULONG *piLine  
);  

适用于