BuildResult.ResultsByTarget Property

Definition

Returns an enumerator for all target results in this build result

public:
 property System::Collections::Generic::IDictionary<System::String ^, Microsoft::Build::Execution::TargetResult ^> ^ ResultsByTarget { System::Collections::Generic::IDictionary<System::String ^, Microsoft::Build::Execution::TargetResult ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.Build.Execution.TargetResult> ResultsByTarget { get; }
public System.Collections.Generic.IDictionary<string,Microsoft.Build.Execution.TargetResult> ResultsByTarget { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; }
member this.ResultsByTarget : System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.TargetResult>
[<get: System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.ResultsByTarget : System.Collections.Generic.IDictionary<string, Microsoft.Build.Execution.TargetResult>
Public ReadOnly Property ResultsByTarget As IDictionary(Of String, TargetResult)

Property Value

An enumerator over all target results in this build result set.

Attributes

Applies to