Partager via


GraphObject.CopyProperties, méthode

Copiez toutes les nouvelles propriétés de l'objet donné, en conservant les valeurs des propriétés existantes inchangées.

Espace de noms :  Microsoft.VisualStudio.GraphModel
Assembly :  Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Boolean
True si cet objet a été modifié ; sinon, false

Sécurité .NET Framework

Voir aussi

Référence

GraphObject Classe

Microsoft.VisualStudio.GraphModel, espace de noms