StateActivityValidator.Validate(ValidationManager, Object) Methode

Definition

Überprüft die Klasse während der StateActivity Workflowkompilierung.

public:
 override System::Workflow::ComponentModel::Compiler::ValidationErrorCollection ^ Validate(System::Workflow::ComponentModel::Compiler::ValidationManager ^ manager, System::Object ^ obj);
public override System.Workflow.ComponentModel.Compiler.ValidationErrorCollection Validate(System.Workflow.ComponentModel.Compiler.ValidationManager manager, object obj);
override this.Validate : System.Workflow.ComponentModel.Compiler.ValidationManager * obj -> System.Workflow.ComponentModel.Compiler.ValidationErrorCollection
Public Overrides Function Validate (manager As ValidationManager, obj As Object) As ValidationErrorCollection

Parameter

manager
ValidationManager

Die ValidationManager für diese Überprüfung zu verwendende Datei.

obj
Object

Der Object zu überprüfende

Gibt zurück

A ValidationErrorCollection , das die Fehler aus diesem Vorgang enthält.

Ausnahmen

obj ist ein Nullverweis (Nothing in Visual Basic).

Gilt für: