TextSearch.GetTextPath(DependencyObject) 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 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
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é.