LineSegment.GetAccessibleName Method
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)
Syntax
'Declaration
Public Overridable Function GetAccessibleName ( _
parentShape As LinkShape, _
view As DiagramClientView _
) As String
public virtual string GetAccessibleName(
LinkShape parentShape,
DiagramClientView view
)
public:
virtual String^ GetAccessibleName(
LinkShape^ parentShape,
DiagramClientView^ view
)
abstract GetAccessibleName :
parentShape:LinkShape *
view:DiagramClientView -> string
override GetAccessibleName :
parentShape:LinkShape *
view:DiagramClientView -> string
public function GetAccessibleName(
parentShape : LinkShape,
view : DiagramClientView
) : String
Parameters
parentShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShapeThe LinkShape that contains this LineSegment.
view
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientViewCurrent view for the shape..
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.