Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Function Insert ( _
index As Integer, _
style As GraphConditionalStyle _
) As GraphConditionalStyle
public GraphConditionalStyle Insert(
int index,
GraphConditionalStyle style
)
public:
GraphConditionalStyle^ Insert(
int index,
GraphConditionalStyle^ style
)
member Insert :
index:int *
style:GraphConditionalStyle -> GraphConditionalStyle
public function Insert(
index : int,
style : GraphConditionalStyle
) : GraphConditionalStyle
Parameters
index
Type: Int32The location to insert into.
style
Type: Microsoft.VisualStudio.GraphModel.Styles.GraphConditionalStyleThe style to insert.
Return Value
Type: Microsoft.VisualStudio.GraphModel.Styles.GraphConditionalStyle
Returns GraphConditionalStyle.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.