Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the build error nodes from a build information object.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Shared Function GetBuildErrors ( _
buildInformation As IBuildInformation _
) As List(Of IBuildError)
public static List<IBuildError> GetBuildErrors(
IBuildInformation buildInformation
)
public:
static List<IBuildError^>^ GetBuildErrors(
IBuildInformation^ buildInformation
)
static member GetBuildErrors :
buildInformation:IBuildInformation -> List<IBuildError>
public static function GetBuildErrors(
buildInformation : IBuildInformation
) : List<IBuildError>
Parameters
buildInformation
Type: Microsoft.TeamFoundation.Build.Client.IBuildInformationThe build information node from which to retrieve error nodes.
Return Value
Type: System.Collections.Generic.List<IBuildError>
The build error nodes.
.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.