This documentation is archived and is not being maintained.

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)

List<IBuildError^>^ GetErrors(
	String^ errorType
)

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.

Show: