ApplicationTrustEnumerator.Current 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 개체입니다.