GraphObject.CopyCategories(GraphObject) Method

Definition

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

public:
 bool CopyCategories(Microsoft::VisualStudio::GraphModel::GraphObject ^ other);
public bool CopyCategories (Microsoft.VisualStudio.GraphModel.GraphObject other);
member this.CopyCategories : Microsoft.VisualStudio.GraphModel.GraphObject -> bool
Public Function CopyCategories (other As GraphObject) As Boolean

Parameters

other
GraphObject

The object from which to copy categories

Returns

True if any categories were changed, false otherwise

Applies to