ITaskComponent 接口

定义

提供组件所需的功能。

public interface class ITaskComponent : IDisposable, System::ComponentModel::IComponent
public interface ITaskComponent : IDisposable, System.ComponentModel.IComponent
type ITaskComponent = interface
    interface IComponent
    interface IDisposable
Public Interface ITaskComponent
Implements IComponent, IDisposable
派生
实现

方法

Initialize(ITaskManager, IPropertyDictionary)

初始化任务组件属性。

适用于