Reference2::SourceProject Property
Visual Studio 2015
Gets a Project object if the reference is a project. Otherwise, it returns Nothing (a null reference). Read-only.
Assembly: VSLangProj2 (in VSLangProj2.dll)
Implements
Reference::SourceProjectIn order for one project to make use of objects built by a second project, the first project must contain a reference to the second project. In such a case, the SourceProject property can return a Project object for the second project.
Show: