GraphUpdatedEventArgs::ChangedConditions Property

 

Gets the Conditions in this Graph changed during the transaction.

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

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