Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Helper to log a message 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 LogMessageEvent ( _
    e As BuildMessageEventArgs _
)
protected void LogMessageEvent(
    BuildMessageEventArgs e
)
protected:
void LogMessageEvent(
    BuildMessageEventArgs^ e
)
member LogMessageEvent : 
        e:BuildMessageEventArgs -> unit
protected function LogMessageEvent(
    e : BuildMessageEventArgs
)
Parameters
- e 
 Type: Microsoft.Build.Framework.BuildMessageEventArgs- Event 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.