LineSegment.GetAccessibleHelpTopicId Method
Gets an identifier for a Help topic identifier associated with this accessible object.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Overridable Function GetAccessibleHelpTopicId ( _
parentShape As LinkShape _
) As Integer
public virtual int GetAccessibleHelpTopicId(
LinkShape parentShape
)
public:
virtual int GetAccessibleHelpTopicId(
LinkShape^ parentShape
)
abstract GetAccessibleHelpTopicId :
parentShape:LinkShape -> int
override GetAccessibleHelpTopicId :
parentShape:LinkShape -> int
public function GetAccessibleHelpTopicId(
parentShape : LinkShape
) : int
Parameters
- parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
Return Value
Type: System.Int32
.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.