InfoBarActionItem::ActionContext Property

Visual Studio 2015
 

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

public:
[DynamicAttribute]
property Object^ ActionContext {
	virtual Object^ get() sealed;
}

Property Value

Type: System::Object^

Gets the context associated with this action item, used to identify the action when it's invoked.

Return to top
Show: