GraphObject.CopyCategories Method

Copy any new categories from the given object, keeping existing categories.

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

Syntax

'Declaration
Public Function CopyCategories ( _
    other As GraphObject _
) As Boolean
public bool CopyCategories(
    GraphObject other
)
public:
bool CopyCategories(
    GraphObject^ other
)
member CopyCategories : 
        other:GraphObject -> bool 
public function CopyCategories(
    other : GraphObject
) : boolean

Parameters

Return Value

Type: System.Boolean
true if any categories were changed, false otherwise

.NET Framework Security

See Also

Reference

GraphObject Class

Microsoft.VisualStudio.GraphModel Namespace