ErrorTag Constructor (String^)

 

Initializes a new instance of a ErrorTag of the specified type with no tooltip content.

Namespace:   Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
ErrorTag(
	String^ errorType
)

Parameters

errorType
Type: System::String^

The type of error to use,

Return to top
Show: