ITuple.Item[Int32] 属性 
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定 Tuple 元素的值。
public:
 property System::Object ^ default[int] { System::Object ^ get(int index); };public object? this[int index] { get; }public object this[int index] { get; }member this.Item(int) : objDefault Public ReadOnly Property Item(index As Integer) As Object参数
- index
- Int32
指定 Tuple 元素的索引。 
              index 的范围可以介于 0(表示 Tuple 的 Item1)到 Tuple 中的元素数减去一之间。
属性值
指定 Tuple 元素的值。