ImageId(Guid, Int32) Constructor

Definition

Creates a new instance of ImageId.

public:
 ImageId(Guid guid, int id);
public ImageId (Guid guid, int id);
new Microsoft.VisualStudio.Core.Imaging.ImageId : Guid * int -> Microsoft.VisualStudio.Core.Imaging.ImageId
Public Sub New (guid As Guid, id As Integer)

Parameters

guid
Guid

The Guid identifying the group to which this image belongs.

id
Int32

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

Applies to