IVsCodeDefViewContext.GetLine(UInt32, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
基于项在上下文项列表中的索引检索项的行位置。
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
弄"代码定义" 工具窗口中项的行号。
返回
如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。
注解
COM 签名
从 vsshell80:
HRESULT IVsCodeDefViewContext::GetLine(
ULONG iItem,
ULONG *piLine
);