GraphObject::CopyProperties Method (GraphObject^)

 

Copies any new properties from the given object, keeping existing property values unchanged.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
bool CopyProperties(
	GraphObject^ other
)

Parameters

other
Type: Microsoft.VisualStudio.GraphModel::GraphObject^

The object from which to copy properties.

Return Value

Type: System::Boolean

True if this object was changed; false otherwise.

Return to top
Show: