Gets a System.
public static System.Windows.Media.Imaging.BitmapSource GetSmallIcon(string identifier, double dpi);
Public Shared Function GetSmallIcon(ByVal identifier As String, ByVal dpi As Double ) As System.Windows.Media.Imaging.BitmapSource
public static System.Windows.Media.Imaging.BitmapSource GetSmallIcon(string identifier, double dpi, WPF.ResourceProvider.ImageSourceSettings settings);
Public Shared Function GetSmallIcon(ByVal identifier As String, ByVal dpi As Double , ByVal settings As WPF.ResourceProvider.ImageSourceSettings) As System.Windows.Media.Imaging.BitmapSource
Parameter | Description |
---|---|
identifier | The identifier of the item that is associated with the requested small icon. |
dpi | Specifies the resolution that is used to create the requested small icon. |
settings | Specifies an Image |
A bitmap of the small icon that is assigned to the item. If no small icon is associated with the item, the method returns null.