GraphConditionalStyleCollection.Remove(GraphConditionalStyle) Method

Definition

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

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

Parameters

item
GraphConditionalStyle

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