FlowDocument.IAddChild.AddText(String) Yöntem
Tanım
Bir düğümün metin içeriğini nesneye ekler.Adds the text content of a node to the object.
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
Parametreler
- text
- String
Nesneye eklenecek metin.The text to add to the object.