TextSearch.GetTextPath(DependencyObject) Yöntem

Tanım

Belirtilen öğenin koleksiyonundaki bir öğeyi tanımlayan özelliğin adını döndürür.

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

Parametreler

element
DependencyObject

Özellik değerinin okunduğu öğe.

Döndürülenler

Öğeyi kullanıcıya tanımlayan özelliğin adı.

Öznitelikler

Açıklamalar

Bu yöntem, belirtilen öğeden eklenen özelliğin değerini TextPath döndürür.

Şunlara uygulanır