OnTaskCompletedDescendantValidator class

Provides the OnTaskCompleted class with a validator that can be used to check for and prevent invalid input values and also to prevent potential unhandled exceptions.

Inheritance hierarchy

System.Object
  System.Workflow.ComponentModel.Compiler.Validator
    System.Workflow.ComponentModel.Compiler.DependencyObjectValidator
      System.Workflow.ComponentModel.Compiler.ActivityValidator
        Microsoft.Office.Workflow.Actions.BaseRequiredDescendantOfValidator
          Microsoft.Office.Workflow.Actions.OnTaskCompletedDescendantValidator

Namespace:  Microsoft.Office.Workflow.Actions
Assembly:  Microsoft.Office.Workflow.Actions (in Microsoft.Office.Workflow.Actions.dll)

Syntax

'Declaration
Public Class OnTaskCompletedDescendantValidator _
    Inherits BaseRequiredDescendantOfValidator
'Usage
Dim instance As OnTaskCompletedDescendantValidator
public class OnTaskCompletedDescendantValidator : BaseRequiredDescendantOfValidator

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

OnTaskCompletedDescendantValidator members

Microsoft.Office.Workflow.Actions namespace