GraphConditionCollection.Remove(GraphCondition) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.