Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the AccessibleObject assigned to the AnchorPoint.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Function GetAccessibilityObject ( _
linkShape As LinkShape, _
segment As LineSegment, _
diagramClientView As DiagramClientView _
) As AccessibleObject
public AccessibleObject GetAccessibilityObject(
LinkShape linkShape,
LineSegment segment,
DiagramClientView diagramClientView
)
public:
AccessibleObject^ GetAccessibilityObject(
LinkShape^ linkShape,
LineSegment^ segment,
DiagramClientView^ diagramClientView
)
member GetAccessibilityObject :
linkShape:LinkShape *
segment:LineSegment *
diagramClientView:DiagramClientView -> AccessibleObject
public function GetAccessibilityObject(
linkShape : LinkShape,
segment : LineSegment,
diagramClientView : DiagramClientView
) : AccessibleObject
Parameters
- linkShape
Type: Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
The LinkShape that the AnchorPoint belongs to.
- segment
Type: Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
The LineSegment that the AnchorPoint belongs to.
- diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
The view the accessible object is for.
Return Value
Type: System.Windows.Forms.AccessibleObject
Remarks
Gets the AccessibleObject that is assigned to the AnchorPoint.
.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.