次の方法で共有


ForEachItemsEnumerator.Current プロパティ

定義

列挙子から現在の ForEachItems オブジェクトを取得します。

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

プロパティ値

コレクションの現在のオブジェクトです。

実装

適用対象