ImageMoniker Struct
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.
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, String) |
Converts an ImageMoniker to a string |
ToStringEx(ImageMoniker) |
Converts an ImageMoniker to a string |