Share via


IVsImageService2.RemoveCustomImageList(IImageHandle) Method

Definition

Removes the specified image list.

public:
 void RemoveCustomImageList(Microsoft::VisualStudio::Imaging::Interop::IImageHandle ^ handle);
public:
 void RemoveCustomImageList(Microsoft::VisualStudio::Imaging::Interop::IImageHandle ^ handle);
void RemoveCustomImageList(Microsoft::VisualStudio::Imaging::Interop::IImageHandle const & handle);
public void RemoveCustomImageList (Microsoft.VisualStudio.Imaging.Interop.IImageHandle handle);
abstract member RemoveCustomImageList : Microsoft.VisualStudio.Imaging.Interop.IImageHandle -> unit
Public Sub RemoveCustomImageList (handle As IImageHandle)

Parameters

handle
IImageHandle

The handle of the image list.

Applies to