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)

Syntax

'Declaration
Public Shared Function GetBuildWarnings ( _
    buildInformation As IBuildInformation _
) As List(Of IBuildWarning)
public static List<IBuildWarning> GetBuildWarnings(
    IBuildInformation buildInformation
)
public:
static List<IBuildWarning^>^ GetBuildWarnings(
    IBuildInformation^ buildInformation
)
static member GetBuildWarnings : 
        buildInformation:IBuildInformation -> List<IBuildWarning> 
public static function GetBuildWarnings(
    buildInformation : IBuildInformation
) : List<IBuildWarning>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

InformationNodeConverters Class

GetBuildWarnings Overload

Microsoft.TeamFoundation.Build.Client Namespace