BuildResult.AddResultsForTarget(String, TargetResult) Method

Definition

Adds the results for the specified target to this result collection.

public:
 void AddResultsForTarget(System::String ^ target, Microsoft::Build::Execution::TargetResult ^ result);
public void AddResultsForTarget (string target, Microsoft.Build.Execution.TargetResult result);
member this.AddResultsForTarget : string * Microsoft.Build.Execution.TargetResult -> unit
Public Sub AddResultsForTarget (target As String, result As TargetResult)

Parameters

target
String

The target to which these results apply.

result
TargetResult

The results for the target.

Applies to