LineSegment.GetAccessibleRole(LinkShape) Method

Definition

Retrieves the accessible role of this LineSegment.

public:
 virtual System::Windows::Forms::AccessibleRole GetAccessibleRole(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ parentShape);
public virtual System.Windows.Forms.AccessibleRole GetAccessibleRole (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape parentShape);
abstract member GetAccessibleRole : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape -> System.Windows.Forms.AccessibleRole
override this.GetAccessibleRole : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape -> System.Windows.Forms.AccessibleRole
Public Overridable Function GetAccessibleRole (parentShape As LinkShape) As AccessibleRole

Parameters

parentShape
LinkShape

The LinkShape that contains this LineSegment.

Returns

The AccessibleRole of this LineSegment.

Applies to