GraphConditionalStyleCollection::Insert Method (Int32, GraphConditionalStyle^)
Visual Studio 2015
Insert the given style at the given location in the list.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- index
-
Type:
System::Int32
The location to insert into.
- style
-
Type:
Microsoft.VisualStudio.GraphModel.Styles::GraphConditionalStyle^
The style to insert.
Return Value
Type: Microsoft.VisualStudio.GraphModel.Styles::GraphConditionalStyle^Returns GraphConditionalStyle.
Show: