IImageHandle Interface

Definition

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.

public interface class IImageHandle
public interface class IImageHandle
__interface IImageHandle
public interface IImageHandle
[System.Runtime.InteropServices.Guid("B4D44E85-FCF6-481E-BFBF-CDF3A573E298")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IImageHandle
type IImageHandle = interface
[<System.Runtime.InteropServices.Guid("B4D44E85-FCF6-481E-BFBF-CDF3A573E298")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IImageHandle = interface
Public Interface IImageHandle
Attributes

Properties

Moniker

Gets the ImageMoniker for this image handle.

Applies to