GraphNode.OnPropertyChanged Method (String)
Override that notifies the GraphGroupCollection whenever the IsGroup property has changed on this node.
This has to be synchronous so that GraphGroup is immediately available after this operation in the same transaction.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
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
)
Parameters
property
Type: StringThe property that changed
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.