Share via


IBuildProjectNode.GetWarnings, méthode

Obtient tous les avertissements pour 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 GetWarnings ( _
    warningType As String _
) As List(Of IBuildWarning)
List<IBuildWarning> GetWarnings(
    string warningType
)

Paramètres

  • warningType
    Type : System.String
    Type d'avertissements d'être récupéré (généralement valeurs d'ErrorWarningTypes).

Valeur de retour

Type : System.Collections.Generic.List<IBuildWarning>
Avertissements.

Sécurité .NET Framework

Voir aussi

Référence

IBuildProjectNode Interface

Microsoft.TeamFoundation.Build.Client, espace de noms