GraphPropertyCollection::Remove Method (GraphProperty^)

 

Removes the first occurrence of a specific object from the collection

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
virtual bool Remove(
	GraphProperty^ item
) sealed

Parameters

item
Type: Microsoft.VisualStudio.GraphModel::GraphProperty^

The object to remove from the collection

Return Value

Type: System::Boolean

True if item was successfully removed from the collection otherwise, false. This method also returns false if item is not found in the original collection.

Return to top
Show: