Freigeben über


GraphObject.CopyProperties-Methode

Kopiert alle neuen Eigenschaften aus dem angegebenen Objekt, wobei vorhandene Eigenschaftswerte unverändert bleiben.

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

Parameter

Rückgabewert

Typ: System.Boolean
TRUE, wenn dieses Objekt geändert wurde, andernfalls FALSE.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphObject Klasse

Microsoft.VisualStudio.GraphModel-Namespace