Page.IAddChild.AddText(String) Método

Definição

Para obter uma descrição deste membro, consulte AddText(String).

 virtual void System.Windows.Markup.IAddChild.AddText(System::String ^ str) = System::Windows::Markup::IAddChild::AddText;
void IAddChild.AddText(string str);
abstract member System.Windows.Markup.IAddChild.AddText : string -> unit
override this.System.Windows.Markup.IAddChild.AddText : string -> unit
Sub AddText (str As String) Implements IAddChild.AddText

Parâmetros

str
String

O texto a ser adicionado ao objeto.

Implementações

Comentários

Esse membro é uma implementação de membro de interface explícita. Ele só pode ser usado quando a Page instância é convertida em uma IAddChild interface.

Aplica-se a