ImageLibrary.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 a custom image list from the library. The image must have been added by AddCustomImageList.
public:
bool RemoveCustomImageList(Microsoft::VisualStudio::Imaging::Interop::IImageHandle ^ handle);
public:
bool RemoveCustomImageList(Microsoft::VisualStudio::Imaging::Interop::IImageHandle ^ handle);
bool RemoveCustomImageList(Microsoft::VisualStudio::Imaging::Interop::IImageHandle const & handle);
public bool RemoveCustomImageList (Microsoft.VisualStudio.Imaging.Interop.IImageHandle handle);
member this.RemoveCustomImageList : Microsoft.VisualStudio.Imaging.Interop.IImageHandle -> bool
Public Function RemoveCustomImageList (handle As IImageHandle) As Boolean
Parameters
- handle
- IImageHandle
The handle of the image list to remove.
Returns
True if the image list was removed, false otherwise.