ForEachItemValueEnumerator.Current 属性

定义

获取集合中的当前 ForEachItemValue 对象。

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

属性值

当前的 ForEachItemValue 对象。

实现

适用于