Freigeben über


GraphObject.CopyProperties-Methode

Kopiert alle neuen Eigenschaften vom angegebenen Objekt und hält vorhandene Eigenschaftswerte unverändert.

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: Boolean
True, wenn das Objekt geändert wurde; andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphObject Klasse

Microsoft.VisualStudio.GraphModel-Namespace