GraphConditionCollection.Remove(GraphCondition) Method

Definition

Removes the first occurrence of a specific object from the System.Collections.Generic.ICollection.

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

Parameters

item
GraphCondition

The item to remove from the System.Collections.Generic.ICollection.

Returns

True if item was successfully removed from the System.Collections.Generic.ICollection; otherwise, false. This method also returns false if item is not found in the original System.Collections.Generic.ICollection.

Implements

Applies to