TextSearch.GetTextPath(DependencyObject) Metoda

Definicja

Zwraca nazwę właściwości identyfikującej element w kolekcji określonego elementu.

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

Parametry

element
DependencyObject

Element, z którego jest odczytywana wartość właściwości.

Zwraca

Nazwa właściwości identyfikującej element użytkownikowi.

Atrybuty

Uwagi

Ta metoda zwraca wartość dołączonej TextPath właściwości z określonego elementu.

Dotyczy