ObjectAnimationUsingKeyFrames.IAddChild.AddText(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將節點的文字內容加入物件中。
virtual void System.Windows.Markup.IAddChild.AddText(System::String ^ childText) = System::Windows::Markup::IAddChild::AddText;
void IAddChild.AddText (string childText);
abstract member System.Windows.Markup.IAddChild.AddText : string -> unit
override this.System.Windows.Markup.IAddChild.AddText : string -> unit
Sub AddText (childText As String) Implements IAddChild.AddText
參數
- childText
- String
要加入物件中的文字。