IActionHandler 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義一個處理類別動作的方法。
public interface class IActionHandler : IDisposable, System::ComponentModel::IComponent
public interface IActionHandler : IDisposable, System.ComponentModel.IComponent
type IActionHandler = interface
interface IComponent
interface IDisposable
Public Interface IActionHandler
Implements IComponent, IDisposable
- 實作
方法
| 名稱 | Description |
|---|---|
| PerformAction(String, IContext) |
實例化並啟動所請求的動作。 |
事件
| 名稱 | Description |
|---|---|
| ActionCompleted |
當動作執行完成時發生。 |