Task.LogCustomEvent Method
Helper to log a custom event if the task is running within MSBuild.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Protected Sub LogCustomEvent ( _
e As CustomBuildEventArgs _
)
protected void LogCustomEvent(
CustomBuildEventArgs e
)
protected:
void LogCustomEvent(
CustomBuildEventArgs^ e
)
member LogCustomEvent :
e:CustomBuildEventArgs -> unit
protected function LogCustomEvent(
e : CustomBuildEventArgs
)
Parameters
e
Type: Microsoft.Build.Framework.CustomBuildEventArgsEvent args to be logged.
.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.