TaskProvider::IVsTaskProvider2::ImageList Method (IntPtr)

 

Gets this provider's image list.

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

private:
virtual int ImageList(
	[OutAttribute] IntPtr% himagelist
) sealed = IVsTaskProvider2::ImageList

Parameters

himagelist
Type: System::IntPtr

[out] Handle.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

This method calls ImageList.

Return to top
Show: