Condividi tramite


Metodo GraphObject.CopyProperties

Copia tutte le nuove proprietà dall'oggetto specificato, conservandone i valori delle proprietà esistenti invariati.

Spazio dei nomi:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Boolean
True se questo oggetto è stato modificato, in caso contrario false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

GraphObject Classe

Spazio dei nomi Microsoft.VisualStudio.GraphModel