Método GraphCategoryCollection.Remove

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

Sintaxe

'Declaração
Public Function Remove ( _
    item As GraphCategory _
) As Boolean
public bool Remove(
    GraphCategory item
)
public:
virtual bool Remove(
    GraphCategory^ item
) sealed
abstract Remove : 
        item:GraphCategory -> bool 
override Remove : 
        item:GraphCategory -> bool 
public final function Remove(
    item : GraphCategory
) : 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

GraphCategoryCollection Classe

Namespace Microsoft.VisualStudio.GraphModel