IVsInfoBarActionItem.ActionContext Property
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.
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