GraphConditionCollection::Insert Method (Int32, GraphCondition^)
Visual Studio 2015
Inserts the given Condition at the given location in the list.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- index
-
Type:
System::Int32
The index to insert at.
- condition
-
Type:
Microsoft.VisualStudio.GraphModel.Styles::GraphCondition^
The condition to insert.
Show: