ISharePointProjectItem.ProjectOutputReferences 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.
Get the collection of project output references belonging to this project item. Referenced projects are built and their primary outputs are packaged along with the project item.
public:
property Microsoft::VisualStudio::SharePoint::ISharePointProjectOutputReferenceCollection ^ ProjectOutputReferences { Microsoft::VisualStudio::SharePoint::ISharePointProjectOutputReferenceCollection ^ get(); };
public Microsoft.VisualStudio.SharePoint.ISharePointProjectOutputReferenceCollection ProjectOutputReferences { get; }
member this.ProjectOutputReferences : Microsoft.VisualStudio.SharePoint.ISharePointProjectOutputReferenceCollection
Public ReadOnly Property ProjectOutputReferences As ISharePointProjectOutputReferenceCollection
Property Value
A collection of project output references.