ImageId Struct

Definition

Unique identifier for Visual Studio image asset.

public value class ImageId : IEquatable<Microsoft::VisualStudio::Core::Imaging::ImageId>
public struct ImageId : IEquatable<Microsoft.VisualStudio.Core.Imaging.ImageId>
type ImageId = struct
Public Structure ImageId
Implements IEquatable(Of ImageId)
Inheritance
ImageId
Implements

Remarks

On Windows systems, ImageId can be converted to and from various other image representations via the ImageIdExtensions extension methods.

Constructors

ImageId(Guid, Int32)

Creates a new instance of ImageId.

Fields

Guid

The Guid identifying the group to which this image belongs.

Id

The Int32 identifying the particular image from the group that this id maps to.

Methods

Equals(Object)
GetHashCode()
ToString()
ToString(IFormatProvider)

Operators

Equality(ImageId, ImageId)
Inequality(ImageId, ImageId)

Explicit Interface Implementations

IEquatable<ImageId>.Equals(ImageId)

Extension Methods

ToImageMoniker(ImageId)

Translates an ImageId to an ImageMoniker.

Applies to