Partager via


GraphObject.WrapGraphObject, méthode

Modifie l'objet actuel de graphique pour partager la même propriété et catégories comme l'objet donné de graphique.

Les objets graphiques de wrapper et de wrappee auront toujours les jeux différents de propriétés et de catégories.

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

Syntaxe

'Déclaration
Protected Friend Sub WrapGraphObject ( _
    other As GraphObject _
)
protected internal void WrapGraphObject(
    GraphObject other
)
protected public:
void WrapGraphObject(
    GraphObject^ other
)
member WrapGraphObject : 
        other:GraphObject -> unit 
 function WrapGraphObject(
    other : GraphObject
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

GraphObject Classe

Microsoft.VisualStudio.GraphModel, espace de noms