GraphObject.CopyCategories Method
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
other
Type: Microsoft.VisualStudio.GraphModel.GraphObjectThe object from which to copy categories.
Return Value
Type: 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.