Partager via


GraphObject.CopyProperties, méthode

Copie toutes les nouvelles propriétés de l'objet donné, la conservation des valeurs de propriété 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 : 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