IVsLiteTree.ToggleExpansionAbsolute 方法

展开绝对索引选定的项。

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

语法

声明
Function ToggleExpansionAbsolute ( _
    index As UInteger, _
    <OutAttribute> ByRef pfCanRecurse As Integer, _
    <OutAttribute> ByRef pChange As Integer _
) As Integer
int ToggleExpansionAbsolute(
    uint index,
    out int pfCanRecurse,
    out int pChange
)

参数

  • index
    类型:System.UInt32
    [in] 整数。展开节点的绝对索引。
  • pfCanRecurse
    类型:System.Int32%
    [out] 为布尔值的指针。设置为 true ,如果该树列表可以递归方式。
  • pChange
    类型:System.Int32%
    [out] 为整数的指针。设置为零 (0),如果未发生更改。

返回值

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

备注

COM 签名

[C++]

从 vsshell.idl:

HRESULT IVsLiteTree::ToggleExpansionAbsolute(
   [in] ULONG Index, 
   [out] BOOL *pfCanRecurse, 
   [out] long *pChange
);

.NET Framework 安全性

请参见

参考

IVsLiteTree 接口

Microsoft.VisualStudio.Shell.Interop 命名空间