Partager via


GraphPropertyCollection.Contains, méthode

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Boolean

Implémentations

ICollection<T>.Contains(T)

Sécurité .NET Framework

Voir aussi

Référence

GraphPropertyCollection Classe

Microsoft.VisualStudio.GraphModel, espace de noms