DataProvider.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| Item[Int32] |
int インデクサー |
| Item[String] |
文字列インデクサー |
Item[Int32]
int インデクサー
public object this[int idx] { get; }
member this.Item(int) : obj
Default Public ReadOnly Property Item(idx As Integer) As Object
パラメーター
- idx
- Int32
プロパティ値
実装
適用対象
Item[String]
文字列インデクサー
public object this[string name] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(name As String) As Object
パラメーター
- name
- String