Método GraphPropertyCollection.Contains

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (em Microsoft.VisualStudio.GraphModel.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Boolean

Implementações

ICollection<T>.Contains(T)

Segurança do .NET Framework

Consulte também

Referência

GraphPropertyCollection Classe

Namespace Microsoft.VisualStudio.GraphModel