Visual Basic (Declaration) | |
---|---|
Public Overloads Function Run( _ ByVal provider As IServiceProvider, _ ByVal context As Object, _ ByVal windowHandle As IntPtr _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
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) |
C# | |
---|---|
public bool Run( IServiceProvider provider, object context, IntPtr windowHandle ) |
C++/CLI | |
---|---|
public: bool Run( IServiceProvider^ provider, Object^ context, IntPtr windowHandle ) |
Parameters
- provider
- context
- windowHandle
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