TimelineGroup.IAddChild.AddText(String) 메서드

정의

노드의 텍스트 콘텐츠를 개체에 추가합니다.

 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

개체에 추가할 텍스트입니다.

구현

적용 대상