Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.