次の方法で共有


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

Name Description
ImageId(Guid, Int32)

Creates a new instance of ImageId.

Fields

Name Description
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

Name Description
Equals(Object)
GetHashCode()
ToString()
ToString(IFormatProvider)

Operators

Name Description
Equality(ImageId, ImageId)
Inequality(ImageId, ImageId)

Explicit Interface Implementations

Name Description
IEquatable<ImageId>.Equals(ImageId)

Extension Methods

Name Description
ToImageMoniker(ImageId)

Translates an ImageId to an ImageMoniker.

Applies to