CodeLensDetailEntryField.ImageId 属性

定义

字段的图像内容。

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)

属性值

Nullable<ImageId>

适用于