LineSegment::GetAccessibleName Method (LinkShape^, DiagramClientView^)

 

Returns the accessible name.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual String^ GetAccessibleName(
	LinkShape^ parentShape,
	DiagramClientView^ view
)

Parameters

parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams::LinkShape^

The LinkShape that contains this LineSegment.

view
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^

Current view for the shape..

Return Value

Type: System::String^
Return to top
Show: