AnchorPoint.GetAccessibilityObject 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.
Gets the AccessibleObject assigned to the AnchorPoint.
public:
System::Windows::Forms::AccessibleObject ^ GetAccessibilityObject(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ linkShape, Microsoft::VisualStudio::Modeling::Diagrams::LineSegment ^ segment, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ diagramClientView);
public System.Windows.Forms.AccessibleObject GetAccessibilityObject (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape linkShape, Microsoft.VisualStudio.Modeling.Diagrams.LineSegment segment, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView diagramClientView);
member this.GetAccessibilityObject : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape * Microsoft.VisualStudio.Modeling.Diagrams.LineSegment * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> System.Windows.Forms.AccessibleObject
Public Function GetAccessibilityObject (linkShape As LinkShape, segment As LineSegment, diagramClientView As DiagramClientView) As AccessibleObject
Parameters
- linkShape
- LinkShape
The LinkShape that the AnchorPoint belongs to.
- segment
- LineSegment
The LineSegment that the AnchorPoint belongs to.
- diagramClientView
- DiagramClientView
The view the accessible object is for.