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

定義

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

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

パラメーター

element
DependencyObject

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

text
String

項目を識別する文字列。

適用対象