TextSearch.SetTextPath(DependencyObject, String) メソッド

定義

TextPath 添付プロパティを指定した要素に書き込みます。

public:
 static void SetTextPath(System::Windows::DependencyObject ^ element, System::String ^ path);
public static void SetTextPath (System.Windows.DependencyObject element, string path);
static member SetTextPath : System.Windows.DependencyObject * string -> unit
Public Shared Sub SetTextPath (element As DependencyObject, path As String)

パラメーター

element
DependencyObject

プロパティ値の書き込み先になる要素。

path
String

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

適用対象