TextSearch.GetTextPath(DependencyObject) Metodo

Definizione

Restituisce il nome della proprietà che identifica un elemento nella raccolta dell'elemento specificato.

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

Parametri

element
DependencyObject

Elemento da cui viene letto il valore della proprietà.

Restituisce

Nome della proprietà che identifica l'elemento per l'utente.

Attributi

Commenti

Questo metodo restituisce il valore della TextPath proprietà associata dall'elemento specificato.

Si applica a