Partager via


IBuildProjectNode.GetErrors, méthode

Obtient toutes les erreurs de ce projet et tous ses nœuds enfants.

Espace de noms :  Microsoft.TeamFoundation.Build.Client
Assembly :  Microsoft.TeamFoundation.Build.Client (dans Microsoft.TeamFoundation.Build.Client.dll)

Syntaxe

'Déclaration
Function GetErrors ( _
    errorType As String _
) As List(Of IBuildError)
List<IBuildError> GetErrors(
    string errorType
)

Paramètres

  • errorType
    Type : System.String
    Le type d'erreurs à récupérer (en général valeurs d'ErrorWarningTypes).

Valeur de retour

Type : System.Collections.Generic.List<IBuildError>
Erreurs.

Sécurité .NET Framework

Voir aussi

Référence

IBuildProjectNode Interface

Microsoft.TeamFoundation.Build.Client, espace de noms