GraphConditionCollection.Insert(Int32, GraphCondition) Method
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.
Insert the given Condition at the given location in the list.
public:
void Insert(int index, Microsoft::VisualStudio::GraphModel::Styles::GraphCondition ^ condition);
public void Insert (int index, Microsoft.VisualStudio.GraphModel.Styles.GraphCondition condition);
member this.Insert : int * Microsoft.VisualStudio.GraphModel.Styles.GraphCondition -> unit
Public Sub Insert (index As Integer, condition As GraphCondition)
Parameters
- index
- Int32
The index to insert at
- condition
- GraphCondition
The condition to insert