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

Parameters

parentShape
ShapeElement

The parent ShapeElement of this ShapeSubField.

parentField
ShapeField

The parent ShapeField of this ShapeSubField.

Returns

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

Applies to