This documentation is archived and is not being maintained.

IBuildProjectNode::GetWarnings Method

Gets all the warnings 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<IBuildWarning^>^ GetWarnings(
	String^ warningType
)

Parameters

warningType
Type: System::String

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

Return Value

Type: System.Collections.Generic::List<IBuildWarning>
The warnings.

Show: