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

Object의 현재 ApplicationTrustCollection입니다.

구현

설명

이 메서드를 호출하지 마세요. 대신 속성을 Current 사용합니다.

적용 대상