AnchorPoint.GetAccessibilityObject, méthode
Obtient l'AccessibleObject assigné à AnchorPoint.
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Déclaration
Public Function GetAccessibilityObject ( _
linkShape As LinkShape, _
segment As LineSegment, _
diagramClientView As DiagramClientView _
) As AccessibleObject
public AccessibleObject GetAccessibilityObject(
LinkShape linkShape,
LineSegment segment,
DiagramClientView diagramClientView
)
Paramètres
- linkShape
Type : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape
LinkShape auquel AnchorPoint appartient.
- segment
Type : Microsoft.VisualStudio.Modeling.Diagrams.LineSegment
LineSegment auquel AnchorPoint appartient.
- diagramClientView
Type : Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView
Vue de l'objet accessible.
Valeur de retour
Type : System.Windows.Forms.AccessibleObject
Notes
Obtient l'AccessibleObject affecté à l'AnchorPoint.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.