GraphObject.CopyProperties(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 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