GraphSetterCollection.Remove(GraphSetter) Method

Definition

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

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

Parameters

item
GraphSetter

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