InfoBarHyperlink(String, Object) Constructor

Definition

Creates a new hyperlink with optional formatting options.

 InfoBarHyperlink(std::wstring const & text, winrt::Windows::Foundation::IInspectable const & actionContext = null);
public InfoBarHyperlink (string text, object actionContext = default);
new Microsoft.VisualStudio.Shell.InfoBarHyperlink : string * obj -> Microsoft.VisualStudio.Shell.InfoBarHyperlink
Public Sub New (text As String, Optional actionContext As Object = Nothing)

Parameters

text
String

The text for the span.

actionContext
Object

An optional tag which identifies this action item.

Applies to