IVsInfoBarActionItem::ActionContext Property

Visual Studio 2015
 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

[DispIdAttribute(1610743808)]
property Object^ ActionContext {
	Object^ get();
}

Property Value

Type: System::Object^

The user-provided context associated with the hyperlink.

Return to top
Show: