Task.LogWarning Method

Namespace:  Microsoft.TeamFoundation.Build.Tasks
Assembly:  Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)

Syntax

'宣言
Protected Sub LogWarning ( _
    warningMessage As String _
)
protected void LogWarning(
    string warningMessage
)
protected:
void LogWarning(
    String^ warningMessage
)
member LogWarning : 
        warningMessage:string -> unit 
protected function LogWarning(
    warningMessage : String
)

Parameters

.NET Framework Security

See Also

Reference

Task Class

Microsoft.TeamFoundation.Build.Tasks Namespace