LineSegment.GetAccessibleHelpTopicId(LinkShape) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an identifier for a Help topic identifier associated with this accessible object.
public:
virtual int GetAccessibleHelpTopicId(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ parentShape);
public virtual int GetAccessibleHelpTopicId (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape parentShape);
abstract member GetAccessibleHelpTopicId : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape -> int
override this.GetAccessibleHelpTopicId : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape -> int
Public Overridable Function GetAccessibleHelpTopicId (parentShape As LinkShape) As Integer
Parameters
- parentShape
- LinkShape
Returns
An identifier for a Help topic, or -1 if there is no Help topic.