LineSegment.GetAccessibleRole(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.
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.