Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the AccessibleObject assigned to the AnchorPoint.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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.LinkShapeThe LinkShape that the AnchorPoint belongs to.
segment
Type: Microsoft.VisualStudio.Modeling.Diagrams.LineSegmentThe LineSegment that the AnchorPoint belongs to.
diagramClientView
Type: Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientViewThe view the accessible object is for.
Return Value
Type: 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.