StartMenuApplication.IconPngUris Property

Definition

Optional. The available map of icon PNG file URIs for different resolutions (e.g. 16x16, 32x32, 64x64). The key of the map is the first dimension of the PNG resolution.

public System.Collections.Generic.IDictionary<int,string> IconPngUris { get; set; }
member this.IconPngUris : System.Collections.Generic.IDictionary<int, string> with get, set
Public Property IconPngUris As IDictionary(Of Integer, String)

Property Value

Applies to