TaskLoggingHelper.LogExternalProjectStarted 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.
Small helper for logging the custom ExternalProjectStarted build event Thread safe.
public:
void LogExternalProjectStarted(System::String ^ message, System::String ^ helpKeyword, System::String ^ projectFile, System::String ^ targetNames);
public void LogExternalProjectStarted (string message, string helpKeyword, string projectFile, string targetNames);
member this.LogExternalProjectStarted : string * string * string * string -> unit
Public Sub LogExternalProjectStarted (message As String, helpKeyword As String, projectFile As String, targetNames As String)
Parameters
- message
- String
text message
- helpKeyword
- String
help keyword
- projectFile
- String
project name
- targetNames
- String
targets we are going to build (empty indicates default targets)