KeyContainerPermissionAccessEntryEnumerator.IEnumerator.Current プロパティ

定義

コレクション内の現在のオブジェクトを取得します。

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

プロパティ値

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

実装

注釈

このメソッドは呼び出さないでください。代わりに プロパティを Current 使用してください。

適用対象