RowDefinitionCollection.Remove(RowDefinition) Metodo

Definizione

Rimuove un oggetto RowDefinition da RowDefinitionCollection.

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

Parametri

value
RowDefinition

Oggetto RowDefinition da rimuovere dalla raccolta.

Restituisce

Boolean

true se RowDefinition è stato individuato nell’insieme e rimosso, in caso contrario false.

Implementazioni

Si applica a

Vedi anche