TaskProvider.IVsTaskProvider.ImageList Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Private Function ImageList ( _
    <OutAttribute> ByRef himagelist As IntPtr _
) As Integer Implements IVsTaskProvider.ImageList
'使用
Dim instance As TaskProvider
Dim himagelist As IntPtr
Dim returnValue As Integer

returnValue = CType(instance, IVsTaskProvider).ImageList(himagelist)
int IVsTaskProvider.ImageList(
    out IntPtr himagelist
)
private:
virtual int ImageList(
    [OutAttribute] IntPtr% himagelist
) sealed = IVsTaskProvider::ImageList
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsTaskProvider.ImageList(IntPtr%)

Permissions

See Also

Reference

TaskProvider Class

TaskProvider Members

Microsoft.VisualStudio.Shell Namespace