GraphObject.CopyCategories(GraphObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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