EventTrigger.IAddChild.AddText(String) 方法

定義

將節點的文字內容加入物件中。

 virtual void System.Windows.Markup.IAddChild.AddText(System::String ^ text) = System::Windows::Markup::IAddChild::AddText;
void IAddChild.AddText (string text);
abstract member System.Windows.Markup.IAddChild.AddText : string -> unit
override this.System.Windows.Markup.IAddChild.AddText : string -> unit
Sub AddText (text As String) Implements IAddChild.AddText

參數

text
String

要加入物件中的文字。

實作

備註

這個成員是明確介面成員實作, 只有在 EventTrigger 執行個體轉換成 IAddChild 介面時,才能使用這個成員。

適用於