InfoBarActionItem Constructor (String^, Object^)

Visual Studio 2015
 

Creates a new action item with optional formatting options.

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

protected:
InfoBarActionItem(
	String^ text,
	Object^ actionContext = null
)

Parameters

text
Type: System::String^

The text for the span.

actionContext
Type: System::Object^

An optional tag which identifies this action item.

Return to top
Show: