GraphConditionalStyleCollection.Remove(GraphConditionalStyle) Methode

Definition

Entfernt das erste Vorkommen eines bestimmten Objekts aus der 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

Parameter

item
GraphConditionalStyle

Das Element, das aus der System. Collections. Generic. ICollection entfernt werden soll.

Gibt zurück

Boolean

True, wenn das Element erfolgreich aus der System. Collections. Generic. ICollection entfernt wurde. andernfalls false. Diese Methode gibt auch dann false zurück, wenn das Element nicht in der ursprünglichen System. Collections. Generic. ICollection gefunden wurde.

Implementiert

Gilt für