Source.CreateErrorTaskItem Method (TextSpan, MARKERTYPE, String)

Creates a new error task item for the Error List, for the supplied text, marker type, and file name.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

'Declaration
Public Overridable Function CreateErrorTaskItem ( _
    span As TextSpan, _
    markerType As MARKERTYPE, _
    filename As String _
) As DocumentTask
public virtual DocumentTask CreateErrorTaskItem(
    TextSpan span,
    MARKERTYPE markerType,
    string filename
)
public:
virtual DocumentTask^ CreateErrorTaskItem(
    TextSpan span, 
    MARKERTYPE markerType, 
    String^ filename
)
abstract CreateErrorTaskItem : 
        span:TextSpan * 
        markerType:MARKERTYPE * 
        filename:string -> DocumentTask  
override CreateErrorTaskItem : 
        span:TextSpan * 
        markerType:MARKERTYPE * 
        filename:string -> DocumentTask
public function CreateErrorTaskItem(
    span : TextSpan, 
    markerType : MARKERTYPE, 
    filename : String
) : DocumentTask

Parameters

Return Value

Type: Microsoft.VisualStudio.Package.DocumentTask
A new instance of DocumentTask.

.NET Framework Security

See Also

Reference

Source Class

CreateErrorTaskItem Overload

Microsoft.VisualStudio.Package Namespace