RowDefinitionCollection.Item[Int32] Property
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.
Gets a value that indicates the current item within a RowDefinitionCollection.
public:
property System::Windows::Controls::RowDefinition ^ default[int] { System::Windows::Controls::RowDefinition ^ get(int index); void set(int index, System::Windows::Controls::RowDefinition ^ value); };
public System.Windows.Controls.RowDefinition this[int index] { get; set; }
member this.Item(int) : System.Windows.Controls.RowDefinition with get, set
Default Public Property Item(index As Integer) As RowDefinition
Parameters
- index
- Int32
The current item in the collection.
Property Value
The element at the specified index.
Implements
Exceptions
index
is not a valid index position in the collection.
Remarks
RowDefinitionCollection uses a zero-based indexing system.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.