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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.