GraphUpdatedEventArgs::ChangedSetters Property

 

Gets the Setters in this Graph changed during the transaction.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property IEnumerable<GraphSetter^>^ ChangedSetters {
	IEnumerable<GraphSetter^>^ get();
}
Return to top
Show: