LineSegment.GetAccessibleName(LinkShape, DiagramClientView) 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.
Returns the accessible name.
public:
virtual System::String ^ GetAccessibleName(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public virtual string GetAccessibleName (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape parentShape, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
abstract member GetAccessibleName : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> string
override this.GetAccessibleName : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> string
Public Overridable Function GetAccessibleName (parentShape As LinkShape, view As DiagramClientView) As String
Parameters
- parentShape
- LinkShape
The LinkShape that contains this LineSegment.
- view
- DiagramClientView
Current view for the shape..
Returns
The accessible name.