Freigeben über


GraphObject.RemoveCategory-Methode

Entfernt die Kategorie des Objekts.

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

Syntax

'Declaration
Public Function RemoveCategory ( _
    category As GraphCategory _
) As GraphCategory
public GraphCategory RemoveCategory(
    GraphCategory category
)
public:
GraphCategory^ RemoveCategory(
    GraphCategory^ category
)
member RemoveCategory : 
        category:GraphCategory -> GraphCategory
public function RemoveCategory(
    category : GraphCategory
) : GraphCategory

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.GraphModel.GraphCategory
Die Kategorie, die entfernt wurde, oder NULL, wenn diese nicht gefunden wurde.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphObject Klasse

Microsoft.VisualStudio.GraphModel-Namespace