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 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)
Syntax
'Declaration
Function GetWarnings ( _
warningType As String _
) As List(Of IBuildWarning)
List<IBuildWarning> GetWarnings(
string warningType
)
List<IBuildWarning^>^ GetWarnings(
String^ warningType
)
abstract GetWarnings :
warningType:string -> List<IBuildWarning>
function GetWarnings(
warningType : String
) : List<IBuildWarning>
Parameters
- warningType
Type: System.String
Return Value
Type: System.Collections.Generic.List<IBuildWarning>
The warnings.
.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.