MarkdownTextBlock.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.
Called when the renderer needs to display a image.
System.Threading.Tasks.Task<Windows.UI.Xaml.Media.ImageSource> IImageResolver.ResolveImageAsync(string url, string tooltip);
abstract member Microsoft.Toolkit.Uwp.UI.Controls.Markdown.Render.IImageResolver.ResolveImageAsync : string * string -> System.Threading.Tasks.Task<Windows.UI.Xaml.Media.ImageSource>
override this.Microsoft.Toolkit.Uwp.UI.Controls.Markdown.Render.IImageResolver.ResolveImageAsync : string * string -> System.Threading.Tasks.Task<Windows.UI.Xaml.Media.ImageSource>
Function ResolveImageAsync (url As String, tooltip As String) As Task(Of ImageSource) Implements IImageResolver.ResolveImageAsync
Parameters
- url
- String
- tooltip
- String
Returns
Task<Windows.UI.Xaml.Media.ImageSource>
A Task representing the asynchronous operation.