Partager via


GraphCategoryCollection.Remove, méthode

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

Syntaxe

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

Paramètres

Valeur de retour

Type : System.Boolean

Implémentations

ICollection<T>.Remove(T)

Sécurité .NET Framework

Voir aussi

Référence

GraphCategoryCollection Classe

Microsoft.VisualStudio.GraphModel, espace de noms