ActivityChangeAction.ValidateChanges(Activity) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Hedef etkinlikte bekleyen değişiklikleri doğrular.
protected public:
override System::Workflow::ComponentModel::Compiler::ValidationErrorCollection ^ ValidateChanges(System::Workflow::ComponentModel::Activity ^ contextActivity);
protected internal override System.Workflow.ComponentModel.Compiler.ValidationErrorCollection ValidateChanges (System.Workflow.ComponentModel.Activity contextActivity);
override this.ValidateChanges : System.Workflow.ComponentModel.Activity -> System.Workflow.ComponentModel.Compiler.ValidationErrorCollection
Protected Friend Overrides Function ValidateChanges (contextActivity As Activity) As ValidationErrorCollection
Parametreler
- contextActivity
- Activity
Değişikliklerinin doğrulanması için etkinlik.
Döndürülenler
ValidationErrorCollectionHer birinin, ValidationError Validator hedef etkinlik için tanımlanan her türlü çalıştırmayı içeren bir.
Özel durumlar
contextActivity null bir başvurudur ( Nothing Visual Basic).
Açıklamalar
Bir contextActivity CompositeActivity null başvuruya güvenle atanamaz.