IVsImageService2.RemoveCustomImageList(IImageHandle) 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.
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.