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