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);

Parameters

Returns

Boolean

True if the remove operation succeeded; false otherwise.

Applies to