Share via


LineSegment.GetAccessibleHelpTopicFileName(LinkShape) Method

Definition

Gets the path to the Help file associated with this accessible object.

public:
 virtual System::String ^ GetAccessibleHelpTopicFileName(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ parentShape);
public virtual string GetAccessibleHelpTopicFileName (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape parentShape);
abstract member GetAccessibleHelpTopicFileName : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape -> string
override this.GetAccessibleHelpTopicFileName : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape -> string
Public Overridable Function GetAccessibleHelpTopicFileName (parentShape As LinkShape) As String

Parameters

parentShape
LinkShape

Returns

The path to the Help file associated with this accessible object.

Applies to