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.
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)
Syntax
'Declaration
Public Sub Insert ( _
index As Integer, _
condition As GraphCondition _
)
public void Insert(
int index,
GraphCondition condition
)
public:
void Insert(
int index,
GraphCondition^ condition
)
member Insert :
index:int *
condition:GraphCondition -> unit
public function Insert(
index : int,
condition : GraphCondition
)
Parameters
index
Type: Int32The index to insert at.
condition
Type: Microsoft.VisualStudio.GraphModel.Styles.GraphConditionThe condition to insert.
.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.