Udostępnij za pośrednictwem


GraphObject.AddCategory Method

Add a category to the object

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

Syntax

'Declaration
Public Sub AddCategory ( _
    category As GraphCategory _
)
public void AddCategory(
    GraphCategory category
)
public:
void AddCategory(
    GraphCategory^ category
)
member AddCategory : 
        category:GraphCategory -> unit 
public function AddCategory(
    category : GraphCategory
)

Parameters

.NET Framework Security

See Also

Reference

GraphObject Class

Microsoft.VisualStudio.GraphModel Namespace