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