IVsInfoBarActionItem.ActionContext Property

Definition

Gets the user-provided context associated with the hyperlink. This contextual data can be used to identify the hyperlink when it's clicked.

public:
 property System::Object ^ ActionContext { System::Object ^ get(); };
public:
 property Platform::Object ^ ActionContext { Platform::Object ^ get(); };
public object ActionContext { get; }
[System.Runtime.InteropServices.DispId(1610743808)]
public object ActionContext { get; }
member this.ActionContext : obj
[<System.Runtime.InteropServices.DispId(1610743808)>]
member this.ActionContext : obj
Public ReadOnly Property ActionContext As Object

Property Value

The user-provided context associated with the hyperlink.

Attributes

Applies to