Freigeben über


GraphObject.RemoveCategory-Methode

Entfernen der Kategorie dieses 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, wenn sie entfernt wurde, bzw. NULL, wenn sie nicht gefunden wurde

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphObject Klasse

Microsoft.VisualStudio.GraphModel-Namespace