ISharePointProjectOutputReferenceCollection.Remove Method
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.
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
The ISharePointProjectOutputReference reference to remove.
Returns
True
if the remove operation succeeded; false
otherwise.