BuildResult.ResultsByTarget Property
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.
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