GraphUpdatedEventArgs::AddedStyles Property

 

Gets the ConditionalStyles added to the Styles collection of this Graph during the transaction.

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

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