ShapeField.GetAccessibleHelpTopicFileName(ShapeElement) Method

Definition

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

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

Parameters

parentShape
ShapeElement

Returns

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

Applies to