RowDefinitionCollection.Remove(RowDefinition) Metod

Definition

Tar bort en RowDefinition från en 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

Parametrar

value
RowDefinition

Att RowDefinition ta bort från samlingen.

Returer

trueom hittades RowDefinition i samlingen och togs bort, annars . false

Implementeringar

Gäller för

Se även