TaskProvider::IVsTaskProvider::ImageList Method (IntPtr)
Visual Studio 2015
Gets this provider's image list.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int ImageList( [OutAttribute] IntPtr% himagelist ) sealed = IVsTaskProvider::ImageList
Parameters
- himagelist
-
Type:
System::IntPtr
[out] Handle.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsTaskProvider::ImageList(IntPtr)
Show: