ExecuteForMainDataSourceMethods Method
See Also 
SourceCode.Workflow.Design.InfoPath Namespace > InfoPathSOMethodCollection Class : ExecuteForMainDataSourceMethods Method



action

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Sub ExecuteForMainDataSourceMethods( _
   ByVal action As Action(Of InfoPathSOMethod) _
) 
Visual Basic (Usage) Copy Code
Dim instance As InfoPathSOMethodCollection
Dim action As Action(Of InfoPathSOMethod)
 
instance.ExecuteForMainDataSourceMethods(action)
C#  
public void ExecuteForMainDataSourceMethods( 
   Action<InfoPathSOMethod> action
)
C++/CLI  
public:
void ExecuteForMainDataSourceMethods( 
   Action<InfoPathSOMethod^>^ action
) 

Parameters

action

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