GraphObject.CopyCategories Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Copies 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