ColumnDefinitionCollection.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 ColumnDefinitionCollection.
public:
property System::Windows::Controls::ColumnDefinition ^ default[int] { System::Windows::Controls::ColumnDefinition ^ get(int index); void set(int index, System::Windows::Controls::ColumnDefinition ^ value); };
public System.Windows.Controls.ColumnDefinition this[int index] { get; set; }
member this.Item(int) : System.Windows.Controls.ColumnDefinition with get, set
Default Public Property Item(index As Integer) As ColumnDefinition
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
ColumnDefinitionCollection uses a zero-based indexing system.
Applies to
See also
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.