IImageResolver.ResolveImageAsync(String, String) Method
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.
Resolves an Image from a Url.
public System.Threading.Tasks.Task<Windows.UI.Xaml.Media.ImageSource> ResolveImageAsync (string url, string tooltip);
abstract member ResolveImageAsync : string * string -> System.Threading.Tasks.Task<Windows.UI.Xaml.Media.ImageSource>
Public Function ResolveImageAsync (url As String, tooltip As String) As Task(Of ImageSource)
Parameters
- url
- String
Url to Resolve.
- tooltip
- String
Tooltip for Image.
Returns
Task<Windows.UI.Xaml.Media.ImageSource>
Image