Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Overridable Sub Insert ( _
index As Integer, _
value As EdgePoint _
)
'使用
Dim instance As EdgePointCollection
Dim index As Integer
Dim value As EdgePoint
instance.Insert(index, value)
public virtual void Insert(
int index,
EdgePoint value
)
public:
virtual void Insert(
int index,
EdgePoint^ value
)
public function Insert(
index : int,
value : EdgePoint
)
Parameters
- index
Type: System.Int32
Permissions
- 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.