LineSegment.GetAccessibleDescription(LinkShape) 方法

定义

返回可访问的说明。

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

参数

parentShape
LinkShape

包含此 System.windows.media.linesegment> 的 Microsoft.visualstudio.modeling.diagrams.linkshape.edge。

返回

String

可访问的说明。

适用于