Run(IServiceProvider,Object,Window) Method
See Also 
SourceCode.Workflow.Authoring Namespace > IK2FieldPartWizard Interface > Run Method : Run(IServiceProvider,Object,Window) Method



provider
context
window

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Overloads Function Run( _
   ByVal provider As IServiceProvider, _
   ByVal context As Object, _
   ByVal window As Window _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As IK2FieldPartWizard
Dim provider As IServiceProvider
Dim context As Object
Dim window As Window
Dim value As Boolean
 
value = instance.Run(provider, context, window)

Parameters

provider
context
window

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