GraphUpdatedEventArgs.AddedConditions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the Conditions added to the Conditions collection of styles in this Graph during the transaction.
public:
property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::Styles::GraphCondition ^> ^ AddedConditions { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::Styles::GraphCondition ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.Styles.GraphCondition> AddedConditions { get; }
member this.AddedConditions : seq<Microsoft.VisualStudio.GraphModel.Styles.GraphCondition>
Public ReadOnly Property AddedConditions As IEnumerable(Of GraphCondition)