TableCellStructure.IAddChild.AddText(String) Método

Definição

Adiciona o conteúdo de texto de um nó ao objeto.

 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

Parâmetros

text
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 TableCellStructure instância é convertida em uma IAddChild interface.

Aplica-se a