IconPngUrisType.IconPngUris Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)