WorkflowChangeAction.ApplyTo(Activity) 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.
When overridden in a derived class, applies the changes to the root Activity.
protected public:
abstract bool ApplyTo(System::Workflow::ComponentModel::Activity ^ rootActivity);
protected internal abstract bool ApplyTo (System.Workflow.ComponentModel.Activity rootActivity);
abstract member ApplyTo : System.Workflow.ComponentModel.Activity -> bool
Protected Friend MustOverride Function ApplyTo (rootActivity As Activity) As Boolean
Parameters
Returns
true
if the root Activity was updated with the added Activity, false
if the root Activity is a null reference (Nothing
in Visual Basic).
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.