Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Syntax
'Declaration
Public Overridable Function CreateErrorTaskItem ( _
span As TextSpan, _
markerType As MARKERTYPE, _
filename As String _
) As DocumentTask
'Usage
Dim instance As Source
Dim span As TextSpan
Dim markerType As MARKERTYPE
Dim filename As String
Dim returnValue As DocumentTask
returnValue = instance.CreateErrorTaskItem(span, _
markerType, filename)
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
- span
Type: Microsoft.VisualStudio.TextManager.Interop.TextSpan
A TextSpan structure, which defines a block of text.
- markerType
Type: Microsoft.VisualStudio.TextManager.Interop.MARKERTYPE
A member of the MARKERTYPE enumeration.
- filename
Type: System.String
The name of the file.
Return Value
Type: Microsoft.VisualStudio.Package.DocumentTask
A new instance of DocumentTask.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.