TextSearch.GetTextPath(DependencyObject) メソッド

定義

指定した要素のコレクション内の項目を識別するプロパティの名前を返します。

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

パラメーター

element
DependencyObject

プロパティ値の読み取り元の要素。

返品

ユーザーの項目を識別するプロパティの名前。

属性

注釈

このメソッドは、指定した要素から TextPath 添付プロパティの値を返します。

適用対象