IVsTaskItem2.ImageListIndex 方法 (Int32%)

返回索引到图像列表维护由提供程序。

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

语法

声明
Function ImageListIndex ( _
    <OutAttribute> ByRef pIndex As Integer _
) As Integer
int ImageListIndex(
    out int pIndex
)

参数

  • pIndex
    类型:System.Int32%
    [out, retval] 进行索引的指针到图像中列出。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsTaskItem::ImageListIndex(
   [out,retval] long *pIndex
);

如果您提供自定义图像列表表示类别或子类别,返回正确的索引。它。使用 ImageList,每个任务提供程序可以提供一个图像列表。使用 ImageListIndex 方法,每个任务项目可以指定图像到此列表。否则,返回一个 _vstaskbitmap 枚举器使用某个默认位图。

.NET Framework 安全性

请参见

参考

IVsTaskItem2 接口

ImageListIndex 重载

Microsoft.VisualStudio.Shell.Interop 命名空间