Share via


LineSegment.GetAccessibleDescription(LinkShape) Method

Definition

Returns the accessible description.

public:
 virtual System::String ^ GetAccessibleDescription(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ parentShape);
public virtual string GetAccessibleDescription (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape parentShape);
abstract member GetAccessibleDescription : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape -> string
override this.GetAccessibleDescription : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape -> string
Public Overridable Function GetAccessibleDescription (parentShape As LinkShape) As String

Parameters

parentShape
LinkShape

The LinkShape that contains this LineSegment.

Returns

The accessible description.

Applies to