MarkdownTextBlock.RegisterNewHyperLink 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.
Overloads
RegisterNewHyperLink(Image, String, Boolean) |
Called when the render has a link we need to listen to. |
RegisterNewHyperLink(Hyperlink, String) |
Called when the render has a link we need to listen to. |
RegisterNewHyperLink(Image, String, Boolean)
Called when the render has a link we need to listen to.
public void RegisterNewHyperLink (Windows.UI.Xaml.Controls.Image newImagelink, string linkUrl, bool isHyperLink);
abstract member RegisterNewHyperLink : Windows.UI.Xaml.Controls.Image * string * bool -> unit
override this.RegisterNewHyperLink : Windows.UI.Xaml.Controls.Image * string * bool -> unit
Public Sub RegisterNewHyperLink (newImagelink As Image, linkUrl As String, isHyperLink As Boolean)
Parameters
- newImagelink
- Windows.UI.Xaml.Controls.Image
- linkUrl
- String
- isHyperLink
- Boolean
Implements
Applies to
RegisterNewHyperLink(Hyperlink, String)
Called when the render has a link we need to listen to.
public void RegisterNewHyperLink (Windows.UI.Xaml.Documents.Hyperlink newHyperlink, string linkUrl);
abstract member RegisterNewHyperLink : Windows.UI.Xaml.Documents.Hyperlink * string -> unit
override this.RegisterNewHyperLink : Windows.UI.Xaml.Documents.Hyperlink * string -> unit
Public Sub RegisterNewHyperLink (newHyperlink As Hyperlink, linkUrl As String)
Parameters
- newHyperlink
- Windows.UI.Xaml.Documents.Hyperlink
- linkUrl
- String