Run(IServiceProvider,Object,IntPtr) Method
See Also 
SourceCode.Workflow.WizardFramework Namespace > K2FieldPartWizard Class > Run Method : Run(IServiceProvider,Object,IntPtr) Method



provider
context
windowHandle

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Overloads Function Run( _
   ByVal provider As IServiceProvider, _
   ByVal context As Object, _
   ByVal windowHandle As IntPtr _
) As Boolean
Visual Basic (Usage) Copy Code
Dim instance As K2FieldPartWizard
Dim provider As IServiceProvider
Dim context As Object
Dim windowHandle As IntPtr
Dim value As Boolean
 
value = instance.Run(provider, context, windowHandle)

Parameters

provider
context
windowHandle

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