Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copy 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.GraphObject
The object from which to copy properties
Return Value
Type: System.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.