LineSegment.GetAccessibleHelpTopicFileName(LinkShape) 方法

定义

获取与此辅助功能对象相关联的帮助文件的路径。

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

参数

parentShape
LinkShape

返回

String

与此辅助功能对象相关联的帮助文件的路径。

适用于