Share via


GraphPropertyCollection.Remove(GraphProperty) Method

Definition

Removes the first occurrence of a specific object from the collection

public:
 virtual bool Remove(Microsoft::VisualStudio::GraphModel::GraphProperty ^ item);
public bool Remove (Microsoft.VisualStudio.GraphModel.GraphProperty item);
abstract member Remove : Microsoft.VisualStudio.GraphModel.GraphProperty -> bool
override this.Remove : Microsoft.VisualStudio.GraphModel.GraphProperty -> bool
Public Function Remove (item As GraphProperty) As Boolean

Parameters

item
GraphProperty

The object to remove from the collection

Returns

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.

Implements

Applies to