BuildTask.LogError(ITaskItem, String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This API supports the Office and SharePoint infrastructure and is not intended to be used directly from your code.
protected:
void LogError(Microsoft::Build::Framework::ITaskItem ^ item, System::String ^ messageResourceName, ... cli::array <System::Object ^> ^ messageArgs);
protected void LogError (Microsoft.Build.Framework.ITaskItem item, string messageResourceName, params object[] messageArgs);
member this.LogError : Microsoft.Build.Framework.ITaskItem * string * obj[] -> unit
Protected Sub LogError (item As ITaskItem, messageResourceName As String, ParamArray messageArgs As Object())
Parameters
- item
- ITaskItem
Do not use.
- messageResourceName
- String
Do not use.
- messageArgs
- Object[]
Do not use.