BuildResult.AddResultsForTarget(String, TargetResult) 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.
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.