ISharePointProjectItem.ProjectOutputReferences Property

Definition

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.

Applies to