ShapeField.GetAccessibleHelpTopicFileName Method

Gets a topic in the Help for the accessible object.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Overridable Function GetAccessibleHelpTopicFileName ( _
    parentShape As ShapeElement _
) As String
public virtual string GetAccessibleHelpTopicFileName(
    ShapeElement parentShape
)
public:
virtual String^ GetAccessibleHelpTopicFileName(
    ShapeElement^ parentShape
)
abstract GetAccessibleHelpTopicFileName : 
        parentShape:ShapeElement -> string 
override GetAccessibleHelpTopicFileName : 
        parentShape:ShapeElement -> string 
public function GetAccessibleHelpTopicFileName(
    parentShape : ShapeElement
) : String

Parameters

Return Value

Type: System.String
A topic in the Help for the accessible object.

.NET Framework Security

See Also

Reference

ShapeField Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace