GraphConditionCollection.Insert Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
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: System.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.