DocumentTask, constructeur
Initialise une nouvelle instance d'DocumentTask pour la mémoire tampon de texte, l'étendue de texte, et le nom de fichier spécifiés.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Syntaxe
'Déclaration
Public Sub New ( _
site As IServiceProvider, _
buffer As IVsTextLines, _
markerType As MARKERTYPE, _
span As TextSpan, _
fileName As String _
)
public DocumentTask(
IServiceProvider site,
IVsTextLines buffer,
MARKERTYPE markerType,
TextSpan span,
string fileName
)
Paramètres
- site
Type : System.IServiceProvider
IServiceProvider .
- buffer
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextLines
La mémoire tampon de texte d'IVsTextLines.
- markerType
Type : Microsoft.VisualStudio.TextManager.Interop.MARKERTYPE
MARKERTYPE de la marque.
- span
Type : Microsoft.VisualStudio.TextManager.Interop.TextSpan
TextSpan de la mémoire tampon.
- fileName
Type : System.String
Le nom du fichier dans lequel le texte est recherché.
Remarques
Ce constructeur crée la marque qui active la navigation entre la liste des tâches et la fenêtre de code.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.