Source.CreateErrorTaskItem, méthode (TextSpan, String, String, TaskPriority, TaskCategory, MARKERTYPE, TaskErrorCategory)
Crée une nouvelle tâche d'erreur pour Liste d'erreurs, pour le texte, le nom de fichier, le message, la priorité, la catégorie, le type de marqueur, et le type d'erreur fournis.
Espace de noms : Microsoft.VisualStudio.Package
Assemblys : Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
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)
Syntaxe
'Déclaration
Public Overridable Function CreateErrorTaskItem ( _
span As TextSpan, _
filename As String, _
message As String, _
priority As TaskPriority, _
category As TaskCategory, _
markerType As MARKERTYPE, _
errorCategory As TaskErrorCategory _
) As DocumentTask
public virtual DocumentTask CreateErrorTaskItem(
TextSpan span,
string filename,
string message,
TaskPriority priority,
TaskCategory category,
MARKERTYPE markerType,
TaskErrorCategory errorCategory
)
Paramètres
- span
Type : Microsoft.VisualStudio.TextManager.Interop.TextSpan
Une structure d'TextSpan, qui définit un bloc de texte.
- filename
Type : System.String
Nom du fichier.
- message
Type : System.String
Message d'erreur.
- priority
Type : Microsoft.VisualStudio.Shell.TaskPriority
Membre de l'énumération TaskPriority.
- category
Type : Microsoft.VisualStudio.Shell.TaskCategory
Membre de l'énumération TaskCategory.
- markerType
Type : Microsoft.VisualStudio.TextManager.Interop.MARKERTYPE
Membre de l'énumération MARKERTYPE.
- errorCategory
Type : Microsoft.VisualStudio.Shell.TaskErrorCategory
Un membre de l'énumération d'ErrorCategory, qui définit le niveau de l'erreur.
Valeur de retour
Type : Microsoft.VisualStudio.Package.DocumentTask
Nouvelle instance de DocumentTask.
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.