Método GraphPropertyCollection.Remove

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

Sintaxe

'Declaração
Public Function Remove ( _
    item As GraphProperty _
) As Boolean
public bool Remove(
    GraphProperty item
)
public:
virtual bool Remove(
    GraphProperty^ item
) sealed
abstract Remove : 
        item:GraphProperty -> bool 
override Remove : 
        item:GraphProperty -> bool 
public final function Remove(
    item : GraphProperty
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean

Implementações

ICollection<T>.Remove(T)

Segurança do .NET Framework

Consulte também

Referência

GraphPropertyCollection Classe

Namespace Microsoft.VisualStudio.GraphModel