LineSegment.GetAccessibleRole(LinkShape) Метод

Определение

Извлекает доступную роль данного 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

Параметры

parentShape
LinkShape

Объект LinkShape, содержащий этот объект LineSegment.

Возвращаемое значение

AccessibleRole

AccessibleRole этого LineSegment.

Применяется к