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

オブジェクトに追加する文字列。

実装

適用対象