IVsLiteTree.GetOffsetFromParent 方法

返回在父节点的索引和相关的索引之间的偏移量。

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

语法

声明
Function GetOffsetFromParent ( _
    ParentAbsIndex As UInteger, _
    RelIndex As UInteger, _
    <OutAttribute> ByRef pOffset As UInteger _
) As Integer
int GetOffsetFromParent(
    uint ParentAbsIndex,
    uint RelIndex,
    out uint pOffset
)

参数

  • ParentAbsIndex
    类型:System.UInt32
    [in] 包含父级的绝对索引的整数。
  • RelIndex
    类型:System.UInt32
    [in] 包含节点的相对索引的整数在树列表。
  • pOffset
    类型:System.UInt32%
    [out] 对包含偏移量的整数的指针。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

[C++]

从 vsshell.idl:

HRESULT IVsLiteTree::GetOffsetFromParent(
   [in] ULONG ParentAbsIndex, 
   [in] ULONG RelIndex, 
   [out] ULONG *pOffset
);

.NET Framework 安全性

请参见

参考

IVsLiteTree 接口

Microsoft.VisualStudio.Shell.Interop 命名空间