LineSegment.GetAccessibleHelpTopicId Method

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)

Syntax

'宣言
Public Overridable Function GetAccessibleHelpTopicId ( _
    parentShape As LinkShape _
) As Integer
'使用
Dim instance As LineSegment
Dim parentShape As LinkShape
Dim returnValue As Integer

returnValue = instance.GetAccessibleHelpTopicId(parentShape)
public virtual int GetAccessibleHelpTopicId(
    LinkShape parentShape
)
public:
virtual int GetAccessibleHelpTopicId(
    LinkShape^ parentShape
)
public function GetAccessibleHelpTopicId(
    parentShape : LinkShape
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

LineSegment Class

LineSegment Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace