Partager via


GraphNode.OnPropertyChanged, méthode (String)

Substituez qui notifie le GraphGroupCollection chaque fois que la propriété IsGroup a changé sur ce nœud.

Cela doit être synchrone afin que GraphGroup soit immédiatement disponible après cette opération dans la même transaction.

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

Syntaxe

'Déclaration
Public Overrides Sub OnPropertyChanged ( _
    property As String _
)
public override void OnPropertyChanged(
    string property
)
public:
virtual void OnPropertyChanged(
    String^ property
) override
abstract OnPropertyChanged : 
        property:string -> unit  
override OnPropertyChanged : 
        property:string -> unit
public override function OnPropertyChanged(
    property : String
)

Paramètres

  • property
    Type : String

    La propriété qui a changé

Sécurité .NET Framework

Voir aussi

Référence

GraphNode Classe

OnPropertyChanged, surcharge

Microsoft.VisualStudio.GraphModel, espace de noms