Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
linkShape As LinkShape, _
indexStart As Integer, _
indexEnd As Integer _
)
'使用
Dim linkShape As LinkShape
Dim indexStart As Integer
Dim indexEnd As Integer
Dim instance As New LineSegment(linkShape, _
indexStart, indexEnd)
public LineSegment(
LinkShape linkShape,
int indexStart,
int indexEnd
)
public:
LineSegment(
LinkShape^ linkShape,
int indexStart,
int indexEnd
)
public function LineSegment(
linkShape : LinkShape,
indexStart : int,
indexEnd : int
)
Parameters
- linkShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
- indexStart
Type: System.Int32
- indexEnd
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.