UIElementCollection.IList.Remove(Object) Método

Definição

Este tipo ou membro dá suporte à infraestrutura do WPF (Windows Presentation Foundation) e não se destina a ser usado diretamente do código. Para obter uma descrição desse membro, confira Remove(Object).

 virtual void System.Collections.IList.Remove(System::Object ^ value) = System::Collections::IList::Remove;
void IList.Remove (object value);
abstract member System.Collections.IList.Remove : obj -> unit
override this.System.Collections.IList.Remove : obj -> unit
Sub Remove (value As Object) Implements IList.Remove

Parâmetros

value
Object

O objeto a ser removido da lista.

Implementações

Aplica-se a

Confira também