DocumentTask Constructor

Initializes a new instance of DocumentTask for the specified text buffer, text span, 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.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

‘선언
Public Sub New ( _
    site As IServiceProvider, _
    buffer As IVsTextLines, _
    markerType As MARKERTYPE, _
    span As TextSpan, _
    fileName As String _
)
‘사용 방법
Dim site As IServiceProvider
Dim buffer As IVsTextLines
Dim markerType As MARKERTYPE
Dim span As TextSpan
Dim fileName As String

Dim instance As New DocumentTask(site, buffer, _
    markerType, span, fileName)
public DocumentTask(
    IServiceProvider site,
    IVsTextLines buffer,
    MARKERTYPE markerType,
    TextSpan span,
    string fileName
)
public:
DocumentTask(
    IServiceProvider^ site, 
    IVsTextLines^ buffer, 
    MARKERTYPE markerType, 
    TextSpan span, 
    String^ fileName
)
new : 
        site:IServiceProvider * 
        buffer:IVsTextLines * 
        markerType:MARKERTYPE * 
        span:TextSpan * 
        fileName:string -> DocumentTask
public function DocumentTask(
    site : IServiceProvider, 
    buffer : IVsTextLines, 
    markerType : MARKERTYPE, 
    span : TextSpan, 
    fileName : String
)

Parameters

  • fileName
    Type: System.String
    The name of the file in which the text is found.

Remarks

This constructor creates the marker that enables navigation between the task list and the code window.

.NET Framework Security

See Also

Reference

DocumentTask Class

DocumentTask Members

Microsoft.VisualStudio.Package Namespace