IImageHandle Interface

Visual Studio 2015
 

Represents a handle which keeps a custom image stored in memory. Only keeping the IImageHandle strongly referenced in memory can guarantee that the image associated with the handle's moniker will be kept in memory in the ImageLibrary.

Namespace:   Microsoft.VisualStudio.Imaging.Interop
Assembly:  Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Imaging.Interop.14.0.DesignTime.dll)

[GuidAttribute("B4D44E85-FCF6-481E-BFBF-CDF3A573E298")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IImageHandle

NameDescription
System_CAPS_pubpropertyMoniker

Gets the ImageMoniker for this image handle.

Return to top
Show: