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

要添加到该对象的字符串。

实现

适用于