IPropertyRegistrationCallback 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
允许工作流执行属性提供自定义注册和取消注册逻辑。
public interface class IPropertyRegistrationCallback
public interface IPropertyRegistrationCallback
type IPropertyRegistrationCallback = interface
Public Interface IPropertyRegistrationCallback
- 派生
方法
| 名称 | 说明 |
|---|---|
| Register(RegistrationContext) |
在通过 Add.. 添加工作流执行属性时调用。 这为属性提供验证挂钩。 |
| Unregister(RegistrationContext) |
当工作流执行属性超出范围时调用。 |