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)

Syntax

'Declaration
Public Sub New ( _
    errorType As String _
)
public ErrorTag(
    string errorType
)
public:
ErrorTag(
    String^ errorType
)
new : 
        errorType:string -> ErrorTag
public function ErrorTag(
    errorType : String
)

Parameters

.NET Framework Security

See Also

Reference

ErrorTag Class

ErrorTag Overload

Microsoft.VisualStudio.Text.Tagging Namespace