Share via


ApplicationTrustEnumerator.Current 속성

정의

ApplicationTrust 컬렉션에서 현재 ApplicationTrustCollection 개체를 가져옵니다.

public:
 property System::Security::Policy::ApplicationTrust ^ Current { System::Security::Policy::ApplicationTrust ^ get(); };
public System.Security.Policy.ApplicationTrust Current { get; }
member this.Current : System.Security.Policy.ApplicationTrust
Public ReadOnly Property Current As ApplicationTrust

속성 값

ApplicationTrust의 현재 ApplicationTrustCollection입니다.

설명

열거자가 만들어지면 개체 Current 를 가리키지 않으므로 속성이 유효하지 않으며 액세스하는 경우 예외가 throw됩니다. 먼저 메서드를 MoveNext 호출하여 컬렉션의 첫 번째 개체에 커서를 배치해야 합니다.

여러 번 호출 Current 에 대 한 중간 호출을 사용 하 여 MoveNext 동일 돌아갑니다 ApplicationTrust 개체입니다.

적용 대상