Partage via


TextSearch.GetTextPath(DependencyObject) Méthode

Définition

Retourne le nom de la propriété qui identifie un élément dans la collection de l’élément spécifié.

public:
 static System::String ^ GetTextPath(System::Windows::DependencyObject ^ element);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static string GetTextPath (System.Windows.DependencyObject element);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetTextPath : System.Windows.DependencyObject -> string
Public Shared Function GetTextPath (element As DependencyObject) As String

Paramètres

element
DependencyObject

Élément à partir duquel la valeur de la propriété est lue.

Retours

String

Nom de la propriété qui identifie un élément à l’utilisateur.

Attributs

Remarques

Cette méthode retourne la valeur de la TextPath propriété jointe à partir de l’élément spécifié.

S’applique à