TextSearch.GetTextPath(DependencyObject) Method

Definition

Returns the name of the property that identifies an item in the specified element's collection.

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

Parameters

element
DependencyObject

The element from which the property value is read.

Returns

The name of the property that identifies the item to the user.

Attributes

Remarks

This method returns the value of the TextPath attached property from the specified element.

Applies to