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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.