ShapeSubField.GetAccessibleHelpTopicFileName(ShapeElement, ShapeField) 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, Microsoft::VisualStudio::Modeling::Diagrams::ShapeField ^ parentField);
public virtual string GetAccessibleHelpTopicFileName (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape, Microsoft.VisualStudio.Modeling.Diagrams.ShapeField parentField);
abstract member GetAccessibleHelpTopicFileName : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> string
override this.GetAccessibleHelpTopicFileName : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement * Microsoft.VisualStudio.Modeling.Diagrams.ShapeField -> string
Public Overridable Function GetAccessibleHelpTopicFileName (parentShape As ShapeElement, parentField As ShapeField) As String

Parameters

parentShape
ShapeElement

The parent ShapeElement of this ShapeSubField.

parentField
ShapeField

The parent ShapeField of this ShapeSubField.

Returns

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

Applies to