LineSegment.GetAccessibleName(LinkShape, DiagramClientView) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le nom accessible.
public:
virtual System::String ^ GetAccessibleName(Microsoft::VisualStudio::Modeling::Diagrams::LinkShape ^ parentShape, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public virtual string GetAccessibleName (Microsoft.VisualStudio.Modeling.Diagrams.LinkShape parentShape, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
abstract member GetAccessibleName : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> string
override this.GetAccessibleName : Microsoft.VisualStudio.Modeling.Diagrams.LinkShape * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> string
Public Overridable Function GetAccessibleName (parentShape As LinkShape, view As DiagramClientView) As String
Paramètres
- parentShape
- LinkShape
LinkShape qui contient ce LineSegment.
- view
- DiagramClientView
Affichage actuel de la forme.
Retours
Nom accessible.