TextSearch.SetText(DependencyObject, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 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
識別項目的字串。