IBuildProjectNode.GetErrors Method

Gets all the errors for this project and all its child nodes.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'宣言
Function GetErrors ( _
    errorType As String _
) As List(Of IBuildError)
List<IBuildError> GetErrors(
    string errorType
)
List<IBuildError^>^ GetErrors(
    String^ errorType
)
abstract GetErrors : 
        errorType:string -> List<IBuildError> 
function GetErrors(
    errorType : String
) : List<IBuildError>

Parameters

  • errorType
    Type: System.String
    The type of errors to be retrieved (typically values from ErrorWarningTypes).

Return Value

Type: System.Collections.Generic.List<IBuildError>
The errors.

.NET Framework Security

See Also

Reference

IBuildProjectNode Interface

Microsoft.TeamFoundation.Build.Client Namespace