Page::IAddChild::AddText Method (String^)

 

For a description of this member, see AddText.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

private:
virtual void AddText(
	String^ str
) sealed = IAddChild::AddText

Parameters

str
Type: System::String^

The text to add to the object.

This member is an explicit interface member implementation. It can be used only when the Page instance is cast to an IAddChild interface.

.NET Framework
Available since 3.0
Return to top
Show: