TableColumnCollection.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得位於指定之索引的集合項目。 這是已建立索引的屬性。
public:
property System::Windows::Documents::TableColumn ^ default[int] { System::Windows::Documents::TableColumn ^ get(int index); void set(int index, System::Windows::Documents::TableColumn ^ value); };
public System.Windows.Documents.TableColumn this[int index] { get; set; }
member this.Item(int) : System.Windows.Documents.TableColumn with get, set
Default Public Property Item(index As Integer) As TableColumn
參數
- index
- Int32
以零起始的索引,用來指定要擷取的集合項目的位置。
屬性值
位於指定之索引的集合項目。
實作
例外狀況
當 index
小於零時,或者當 index
大於或等於 Count 時引發。
備註
這是支援標準索引語法 (的索引屬性,類似于用來存取陣列中特定儲存格) 。