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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.