Share via


GraphPropertyCollection.Contains Method

Determines whether the collection contains a specific value

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

Parameters

Return Value

Type: Boolean
True if item is found in the collection otherwise, false.

Implements

ICollection.Contains(UTP)

.NET Framework Security

See Also

Reference

GraphPropertyCollection Class

Microsoft.VisualStudio.GraphModel Namespace