ResolveAssemblyReference.UnresolvedAssemblyConflicts 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.
If OutputUnresolvedAssemblyConflicts then a list of information about unresolved conflicts that normally would have been outputted in MSB3277. Otherwise empty.
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ UnresolvedAssemblyConflicts { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] UnresolvedAssemblyConflicts { get; }
[<Microsoft.Build.Framework.Output>]
member this.UnresolvedAssemblyConflicts : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property UnresolvedAssemblyConflicts As ITaskItem()
Property Value
- Attributes