GraphConditionalStyleCollection::Insert Method (Int32, GraphConditionalStyle^)

 

Insert the given style at the given location in the list.

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

public:
GraphConditionalStyle^ Insert(
	int index,
	GraphConditionalStyle^ style
)

Parameters

index
Type: System::Int32

The location to insert into.

style
Type: Microsoft.VisualStudio.GraphModel.Styles::GraphConditionalStyle^

The style to insert.

Return to top
Show: