ErrorTag Constructor

 

Initializes a new instance of a ErrorTag.

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

NameDescription
System_CAPS_pubmethodErrorTag()

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

System_CAPS_pubmethodErrorTag(String^)

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

System_CAPS_pubmethodErrorTag(String^, Object^)

Initializes a new instance of a ErrorTag of the specified type.

Return to top
Show: