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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET