言語

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

プロパティ値

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

実装

適用対象