GraphPropertyCollection.Contains-Methode
Bestimmt, ob die Sammlung einen bestimmten Wert enthält.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Function Contains ( _
item As GraphProperty _
) As Boolean
public bool Contains(
GraphProperty item
)
public:
virtual bool Contains(
GraphProperty^ item
) sealed
abstract Contains :
item:GraphProperty -> bool
override Contains :
item:GraphProperty -> bool
public final function Contains(
item : GraphProperty
) : boolean
Parameter
item
Typ: Microsoft.VisualStudio.GraphModel.GraphPropertyDas Element, nach dem gesucht werden soll.
Rückgabewert
Typ: Boolean
"True", wenn das Element in der Auflistung gefunden wird, andernfalls "false".
Implementiert
ICollection.Contains(UTP)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.