UiaAsyncContentLoadedEventArgs 구조체(uiautomationcoreapi.h)

참고 이 구조체는 더 이상 사용되지 않습니다.
 
콘텐츠가 UI 요소에 의해 비동기적으로 로드될 때 발생하는 이벤트에 대한 정보를 포함합니다.

구문

struct UiaAsyncContentLoadedEventArgs {
  EventArgsType           Type;
  int                     EventId;
  AsyncContentLoadedState AsyncContentLoadedState;
  double                  PercentComplete;
};

멤버

Type

형식: EventArgsType

이벤트 형식을 나타내는 EventArgsType 열거형 형식의 값입니다.

EventId

형식: int

이벤트의 식별자입니다. 이벤트 식별자 목록은 이벤트 식별자를 참조하세요.

AsyncContentLoadedState

형식: AsyncContentLoadedState

비동기 로드 상태를 나타내는 AsyncContentLoadedState 열거형 형식의 값입니다.

PercentComplete

형식: double

완료된 로드의 백분율입니다.

요구 사항

   
지원되는 최소 클라이언트 Windows XP [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2003 [데스크톱 앱만 해당]
머리글 uiautomationcoreapi.h