ApplicationTrustEnumerator.IEnumerator.Current プロパティ

定義

Object コレクション内の現在のApplicationTrustCollectionを取得します。

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

プロパティ値

Object内の現在のApplicationTrustCollection

実装

注釈

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

適用対象