BuildEngineResult.TargetOutputsPerProject Property

Definition

Outputs of the targets per project.

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

Property Value

Attributes

Applies to