FindInvalidProjectReferences.InvalidReferences 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.
Invalid references to be unresolved
public:
property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ InvalidReferences { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] InvalidReferences { get; }
[<Microsoft.Build.Framework.Output>]
member this.InvalidReferences : Microsoft.Build.Framework.ITaskItem[]
Public ReadOnly Property InvalidReferences As ITaskItem()
Property Value
- Attributes