BuildEngineResult.TargetOutputsPerProject 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.
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