DispatcherHookEventArgs.Operation 속성

정의

이 이벤트와 연결된 DispatcherOperation를 가져옵니다.

public:
 property System::Windows::Threading::DispatcherOperation ^ Operation { System::Windows::Threading::DispatcherOperation ^ get(); };
public System.Windows.Threading.DispatcherOperation Operation { get; }
member this.Operation : System.Windows.Threading.DispatcherOperation
Public ReadOnly Property Operation As DispatcherOperation

속성 값

DispatcherOperation

작업입니다.

적용 대상