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 値を返します。

適用対象