Share via


BaseRequiredDescendantOfValidator.PossibleAncestorTypes method

Contains an array of the Type of each of the types of ancestors that this instance can be a descendant of.

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

Syntax

'Declaration
Protected MustOverride Function PossibleAncestorTypes As Type()
'Usage
Dim returnValue As Type()

returnValue = Me.PossibleAncestorTypes()
protected abstract Type[] PossibleAncestorTypes()

Return value

Type: []
Returns Type.

See also

Reference

BaseRequiredDescendantOfValidator class

BaseRequiredDescendantOfValidator members

Microsoft.Office.Workflow.Actions namespace