IVsObjectList2.LocateExpandedList 方法
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)
语法
声明
Function LocateExpandedList ( _
ExpandedList As IVsLiteTreeList, _
<OutAttribute> ByRef iIndex As UInteger _
) As Integer
int LocateExpandedList(
IVsLiteTreeList ExpandedList,
out uint iIndex
)
参数
- ExpandedList
类型:Microsoft.VisualStudio.Shell.Interop.IVsLiteTreeList
[in] 为指定展开的 IVsLiteTreeList 接口的指针列表。
- iIndex
类型:System.UInt32%
[out] 对包含指定的树中的索引的整数的指针列表。
返回值
类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。
备注
COM 签名
从 vsshell80.idl:
[C++]
HRESULT IVsObjectList2::LocateExpandedList(
[in] IVsLiteTreeList* ExpandedList,
[out] ULONG *iIndex
);
调用此方法。 ReAlign 命令期间,如果节点的 TF_NORELOCATE 未设置属性,如调用取决于该环境以 GetFlags。 如果找不到列表,放弃 ExpandedList 。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。