TextBlock.IAddChild.AddText(String) 方法

定義

此成員支援Windows Presentation Foundation (WPF) 基礎結構,而且不適合直接從程式碼使用。

 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

要加入至物件的字串。

實作

適用於