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.
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.