FindInvalidProjectReferences.ProjectReferences Property

Definition

List of Platform monikers for each referenced project

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ ProjectReferences { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
public Microsoft.Build.Framework.ITaskItem[] ProjectReferences { get; set; }
member this.ProjectReferences : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property ProjectReferences As ITaskItem()

Property Value

Applies to