ImageMoniker Struct

Definition

Contains the GUID and ID of the image.

public value class ImageMoniker
struct ImageMoniker
public struct ImageMoniker
type ImageMoniker = struct
Public Structure ImageMoniker
Inheritance
ImageMoniker

Remarks

This struct is used for the monikers in ImageMoniker.

Fields

Guid

The GUID of the moniker.

Id

The ID of the moniker.

Extension Methods

ToImageId(ImageMoniker)

Translates an ImageMoniker to an ImageId.

IsNullImage(ImageMoniker)

Returns true if the ImageMoniker represents a null image, otherwise false.

ToStringEx(ImageMoniker)

Converts an ImageMoniker to a string

ToStringEx(ImageMoniker, String)

Converts an ImageMoniker to a string

Applies to