Share via


ExtensionMetadata.Icon Property

Definition

Gets the optional relative path to an image file (png, bmp, jpeg, ico) contained in the package. The icon image should be 32x32 pixels (or will be shrunk to that size) and appears in the listview UI. If no Icon element is specified, the UI uses a default.

public string? Icon { get; init; }
member this.Icon : string with get, set
Public Property Icon As String

Property Value

Applies to