BaseRequiredDescendantOfValidator.PossibleAncestorTypes-Methode
Enthält ein Array mit den Type der einzelnen Typen Vorgänger, die dieser Instanz ein Nachkomme des werden können.
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()
Rückgabewert
Typ: []
Gibt Typezurück.
Siehe auch
Referenz
BaseRequiredDescendantOfValidator Klasse