Share via


ISharePointProjectOutputReferenceCollection.Remove Method

Definition

Removes the specified project output reference from the collection. However, this method does not remove the project reference that was added by an Add method.

public:
 bool Remove(Microsoft::VisualStudio::SharePoint::ISharePointProjectOutputReference ^ item);
public bool Remove (Microsoft.VisualStudio.SharePoint.ISharePointProjectOutputReference item);
abstract member Remove : Microsoft.VisualStudio.SharePoint.ISharePointProjectOutputReference -> bool
Public Function Remove (item As ISharePointProjectOutputReference) As Boolean

Parameters

Returns

True if the remove operation succeeded; false otherwise.

Applies to