ItemsControl.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

要添加的文本。

实现

适用于