GraphObject.CopyProperties Method
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
other
Type: Microsoft.VisualStudio.GraphModel.GraphObjectThe object from which to copy properties.
Return Value
Type: Boolean
True if this object was 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.