VsaItemsEnumerator.Current 属性

定义

获取集合中位于枚举数当前位置的元素。

public:
 property System::Object ^ Current { System::Object ^ get(); };
public object Current { get; }
member this.Current : obj
Public ReadOnly Property Current As Object

属性值

集合中位于枚举数当前位置的元素。

实现

适用于