RowDefinitionCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A DefinitionCollection<T> for RowDefinitions.
public ref class RowDefinitionCollection sealed : Microsoft::Maui::Controls::DefinitionCollection<Microsoft::Maui::Controls::RowDefinition ^>
public sealed class RowDefinitionCollection : Microsoft.Maui.Controls.DefinitionCollection<Microsoft.Maui.Controls.RowDefinition>
type RowDefinitionCollection = class
inherit DefinitionCollection<RowDefinition>
Public NotInheritable Class RowDefinitionCollection
Inherits DefinitionCollection(Of RowDefinition)
- Inheritance
Constructors
RowDefinitionCollection() | |
RowDefinitionCollection(RowDefinition[]) |
Properties
Count | (Inherited from DefinitionCollection<T>) |
IsReadOnly | (Inherited from DefinitionCollection<T>) |
Item[Int32] | (Inherited from DefinitionCollection<T>) |
Methods
Add(T) | (Inherited from DefinitionCollection<T>) |
Clear() | (Inherited from DefinitionCollection<T>) |
Contains(T) | (Inherited from DefinitionCollection<T>) |
CopyTo(T[], Int32) | (Inherited from DefinitionCollection<T>) |
GetEnumerator() | (Inherited from DefinitionCollection<T>) |
IndexOf(T) | (Inherited from DefinitionCollection<T>) |
Insert(Int32, T) | (Inherited from DefinitionCollection<T>) |
Remove(T) | (Inherited from DefinitionCollection<T>) |
RemoveAt(Int32) | (Inherited from DefinitionCollection<T>) |
Events
ItemSizeChanged | (Inherited from DefinitionCollection<T>) |
Explicit Interface Implementations
IEnumerable.GetEnumerator() | (Inherited from DefinitionCollection<T>) |
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.