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

アイテムを識別する文字列です。

適用対象