IVsLiteTree.QueryItemVisible 方法

指示项目是否可见。

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

语法

声明
Function QueryItemVisible ( _
    AbsIndex As UInteger, _
    <OutAttribute> ByRef pfVisible As Integer _
) As Integer
int QueryItemVisible(
    uint AbsIndex,
    out int pfVisible
)

参数

  • AbsIndex
    类型:System.UInt32
    [in] 项目的节点的索引。
  • pfVisible
    类型:System.Int32%
    [out] 为布尔值的指针。设置为 true ,如果该节点是可见的,否则 false 。

返回值

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

备注

COM 签名

[C++]

从 vsshell.idl:

HRESULT IVsLiteTree::QueryItemVisible(
   [in] ULONG AbsIndex, 
   [out] BOOL *pfVisible
);

.NET Framework 安全性

请参见

参考

IVsLiteTree 接口

Microsoft.VisualStudio.Shell.Interop 命名空间