IVsLiteTree.GetParentIndexAbsolute 方法
获取下可见展开列表。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
Function GetParentIndexAbsolute ( _
AbsIndex As UInteger, _
<OutAttribute> ByRef pParentIndex As UInteger _
) As Integer
int GetParentIndexAbsolute(
uint AbsIndex,
out uint pParentIndex
)
参数
- AbsIndex
类型:System.UInt32
[in] 包含节点的绝对索引的整数。在中使用 -1 首次调用或已展开的节点的索引。
- pParentIndex
类型:System.UInt32%
[out] 为扩展索引的指针列表。设置为 nullnull 引用(在 Visual Basic 中为 Nothing) ,如果没有列出可用。
返回值
类型:System.Int32
如果方法成功,则返回 S_OK。,如果没有列出,则返回 S_FALSE 。,如果索引超出范围,则返回 E_FAIL 。
备注
COM 签名
[C++]
从 vsshell.idl:
HRESULT IVsLiteTree::GetParentIndexAbsolute(
[in] ULONG AbsIndex,
[out] ULONG* pParentIndex
);
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。