Condividi tramite


Metodo GraphPropertyCollection.Contains

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Boolean

Implementa

ICollection<T>.Contains(T)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphPropertyCollection Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel