TaskProvider.IVsTaskProvider.ImageList(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets this provider's image list.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider.ImageList([Runtime::InteropServices::Out] IntPtr % himagelist) = Microsoft::VisualStudio::Shell::Interop::IVsTaskProvider::ImageList;
int IVsTaskProvider.ImageList (out IntPtr himagelist);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider.ImageList : nativeint -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsTaskProvider.ImageList : nativeint -> int
Function ImageList (ByRef himagelist As IntPtr) As Integer Implements IVsTaskProvider.ImageList
Parameters
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.