Share via


CodeLensDetailEntryField.ImageId Property

Definition

The image content of the field.

public:
 property Nullable<Microsoft::VisualStudio::Core::Imaging::ImageId> ImageId { Nullable<Microsoft::VisualStudio::Core::Imaging::ImageId> get(); void set(Nullable<Microsoft::VisualStudio::Core::Imaging::ImageId> value); };
public Microsoft.VisualStudio.Core.Imaging.ImageId? ImageId { get; set; }
member this.ImageId : Nullable<Microsoft.VisualStudio.Core.Imaging.ImageId> with get, set
Public Property ImageId As Nullable(Of ImageId)

Property Value

Applies to