GraphPropertyCollection.Contains(GraphProperty) Methode

Definition

Bestimmt, ob die Auflistung einen bestimmten Wert enthält.

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

Parameter

item
GraphProperty

Das Element, nach dem gesucht werden soll.

Gibt zurück

Boolean

True, wenn das Element in der Auflistung gefunden wird, andernfalls false.

Implementiert

Gilt für