GraphUpdatedEventArgs::AddedConditions Property

 

Gets the Conditions added to the Conditions collection of styles in this Graph during the transaction.

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

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