GraphObject.CopyProperties Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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)

Syntax

'Declaration
Public Function CopyProperties ( _
    other As GraphObject _
) As Boolean
public bool CopyProperties(
    GraphObject other
)
public:
bool CopyProperties(
    GraphObject^ other
)
member CopyProperties : 
        other:GraphObject -> bool
public function CopyProperties(
    other : GraphObject
) : boolean

Parameters

Return Value

Type: System.Boolean
True if this object was changed; false otherwise.

.NET Framework Security

See Also

Reference

GraphObject Class

Microsoft.VisualStudio.GraphModel Namespace