Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- other
Type: Microsoft.VisualStudio.GraphModel.GraphObject
The object from which to copy categories
Return Value
Type: System.Boolean
true if any categories were changed, false otherwise
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.