This topic has not yet been rated - Rate this topic

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: String

The type of errors to be retrieved (typically values from ErrorWarningTypes).

Return Value

Type: List<IBuildError>
The errors.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.