ImageLibrary.RemoveCustomImageList(IImageHandle) Methode

Definition

Entfernt eine benutzerdefinierte Bildliste aus der Bibliothek. Das Image muss von addcustomimagelist hinzugefügt worden sein.

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

Parameter

handle
IImageHandle

Das Handle der zu entfernenden Bildliste.

Gibt zurück

Boolean

True, wenn die Bildliste entfernt wurde, andernfalls false.

Gilt für