Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.