TextBox.IAddChild.AddChild(Object) Método

Definição

Gera uma exceção em todos os casos.

 virtual void System.Windows.Markup.IAddChild.AddChild(System::Object ^ value) = System::Windows::Markup::IAddChild::AddChild;
void IAddChild.AddChild (object value);
abstract member System.Windows.Markup.IAddChild.AddChild : obj -> unit
override this.System.Windows.Markup.IAddChild.AddChild : obj -> unit
Sub AddChild (value As Object) Implements IAddChild.AddChild

Parâmetros

value
Object

Um objeto a ser adicionado como filho.

Implementações

Exceções

value é null.

Em todos os outros casos.

Comentários

TextBox aceita apenas texto por meio da IAddChild interface.

Aplica-se a