Freigeben über


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

Rückgabewert

Typ: Boolean
"True", wenn das Element in der Auflistung gefunden wird, andernfalls "false".

Implementiert

ICollection.Contains(UTP)

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphPropertyCollection Klasse

Microsoft.VisualStudio.GraphModel-Namespace