IVsImageService2.RemoveCustomImage(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 custom image.
public:
void RemoveCustomImage(Microsoft::VisualStudio::Imaging::Interop::IImageHandle ^ handle);
public:
void RemoveCustomImage(Microsoft::VisualStudio::Imaging::Interop::IImageHandle ^ handle);
void RemoveCustomImage(Microsoft::VisualStudio::Imaging::Interop::IImageHandle const & handle);
public void RemoveCustomImage (Microsoft.VisualStudio.Imaging.Interop.IImageHandle handle);
abstract member RemoveCustomImage : Microsoft.VisualStudio.Imaging.Interop.IImageHandle -> unit
Public Sub RemoveCustomImage (handle As IImageHandle)
Parameters
- handle
- IImageHandle
The image handle.