ValidateOutcomesCollection Method
See Also 
SourceCode.Workflow.Design.Outcome Namespace > Common Class : ValidateOutcomesCollection Method



outcomes
validateErrorCollection
owner

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Sub ValidateOutcomesCollection( _
   ByVal outcomes As OutcomeCollection, _
   ByVal validateErrorCollection As ValidationErrorCollection, _
   ByVal owner As PersistableObject _
) 
Visual Basic (Usage) Copy Code
Dim outcomes As OutcomeCollection
Dim validateErrorCollection As ValidationErrorCollection
Dim owner As PersistableObject
 
Common.ValidateOutcomesCollection(outcomes, validateErrorCollection, owner)
C#  
public static void ValidateOutcomesCollection( 
   OutcomeCollection outcomes,
   ValidationErrorCollection validateErrorCollection,
   PersistableObject owner
)
C++/CLI  
public:
static void ValidateOutcomesCollection( 
   OutcomeCollection^ outcomes,
   ValidationErrorCollection^ validateErrorCollection,
   PersistableObject^ owner
) 

Parameters

outcomes
validateErrorCollection
owner

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also