RuntimeTransactionHandle.IPropertyRegistrationCallback.Register Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For a description of this member, see Register(RegistrationContext).
virtual void System.Activities.IPropertyRegistrationCallback.Register(System::Activities::RegistrationContext ^ context) = System::Activities::IPropertyRegistrationCallback::Register;
void IPropertyRegistrationCallback.Register (System.Activities.RegistrationContext context);
abstract member System.Activities.IPropertyRegistrationCallback.Register : System.Activities.RegistrationContext -> unit
override this.System.Activities.IPropertyRegistrationCallback.Register : System.Activities.RegistrationContext -> unit
Sub Register (context As RegistrationContext) Implements IPropertyRegistrationCallback.Register
Parameters
- context
- RegistrationContext
For a description of this parameter, see Register(RegistrationContext).
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.