CodeLensDetailEntryField.ImageId 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
字段的图像内容。
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)