IVsObjectList.GetItemCount 方法 (UInt32%)

返回的项数。当前树的列表。

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

语法

声明
Function GetItemCount ( _
    <OutAttribute> ByRef pCount As UInteger _
) As Integer
int GetItemCount(
    out uint pCount
)

参数

  • pCount
    类型:System.UInt32%
    [out] 对该树的计数的指针列表项。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsObjectList::GetItemCount(
   [out] ULONG* pCount
);

.NET Framework 安全性

请参见

参考

IVsObjectList 接口

GetItemCount 重载

Microsoft.VisualStudio.Shell.Interop 命名空间