RowDefinitionCollection.Remove(RowDefinition) Método

Definición

public:
 virtual bool Remove(System::Windows::Controls::RowDefinition ^ value);
public bool Remove (System.Windows.Controls.RowDefinition value);
abstract member Remove : System.Windows.Controls.RowDefinition -> bool
override this.Remove : System.Windows.Controls.RowDefinition -> bool
Public Function Remove (value As RowDefinition) As Boolean

Parámetros

value
RowDefinition

RowDefinition que se va a quitar de la colección.

Devoluciones

Boolean

Es true si RowDefinition se encontró en la colección y se quitó; en caso contrario, es false.

Implementaciones

Se aplica a

Consulte también