This documentation is archived and is not being maintained.

InformationNodeConverters::GetBuildWarnings Method (IBuildInformation)

Gets the build warning nodes from the specified build information object.

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

public:
static List<IBuildWarning^>^ GetBuildWarnings(
	IBuildInformation^ buildInformation
)

Parameters

buildInformation
Type: Microsoft.TeamFoundation.Build.Client::IBuildInformation

The build information node.

Return Value

Type: System.Collections.Generic::List<IBuildWarning>
The build warning nodes.

Show: