GraphSetterCollection.Remove(GraphSetter) 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::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.