BuildTask.LogError Method

This API supports the Office and SharePoint infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.SharePoint.Tasks
Assembly:  Microsoft.VisualStudio.SharePoint.Tasks (in Microsoft.VisualStudio.SharePoint.Tasks.dll)

Syntax

'Declaration
Protected Sub LogError ( _
    item As ITaskItem, _
    messageResourceName As String, _
    ParamArray messageArgs As Object() _
)
protected void LogError(
    ITaskItem item,
    string messageResourceName,
    params Object[] messageArgs
)

Parameters

  • item
    Type: ITaskItem

    Do not use.

  • messageResourceName
    Type: String

    Do not use.

  • messageArgs
    Type: array<Object[]

    Do not use.

.NET Framework Security

See Also

Reference

BuildTask Class

Microsoft.VisualStudio.SharePoint.Tasks Namespace