GraphConditionCollection::Insert Method (Int32, GraphCondition^)

 

Inserts the given Condition at the given location in the list.

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

public:
void Insert(
	int index,
	GraphCondition^ condition
)

Parameters

index
Type: System::Int32

The index to insert at.

condition
Type: Microsoft.VisualStudio.GraphModel.Styles::GraphCondition^

The condition to insert.

Return to top
Show: