ShapeField.GetAccessibleHelpTopicId(ShapeElement) Method

Definition

Gets an identifier for a Help topic identifier associated with this accessible object.

public:
 virtual int GetAccessibleHelpTopicId(Microsoft::VisualStudio::Modeling::Diagrams::ShapeElement ^ parentShape);
public virtual int GetAccessibleHelpTopicId (Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement parentShape);
abstract member GetAccessibleHelpTopicId : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> int
override this.GetAccessibleHelpTopicId : Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement -> int
Public Overridable Function GetAccessibleHelpTopicId (parentShape As ShapeElement) As Integer

Parameters

parentShape
ShapeElement

Returns

An identifier for a Help topic, or -1 if there is no Help topic.

Applies to