GraphObject.CopyProperties(GraphObject) Method

Definition

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

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

Parameters

other
GraphObject

The object from which to copy properties

Returns

True if this object was changed, false otherwise

Applies to