TextSearch.GetTextPath(DependencyObject) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.