IVbcHostObject5.CompileAsync(IntPtr, IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This code is called only on the UI thread and kicks off the actual build with VB.
public:
int CompileAsync([Runtime::InteropServices::Out] IntPtr % buildSucceededEvent, [Runtime::InteropServices::Out] IntPtr % buildFailedEvent);
public int CompileAsync (out IntPtr buildSucceededEvent, out IntPtr buildFailedEvent);
abstract member CompileAsync : nativeint * nativeint -> int
Public Function CompileAsync (ByRef buildSucceededEvent As IntPtr, ByRef buildFailedEvent As IntPtr) As Integer
Parameters
- buildSucceededEvent
-
IntPtr
nativeint
[out] the build-succeeded event.
- buildFailedEvent
-
IntPtr
nativeint
[out] the build-failed event.
Returns
Returns 0 if the method was successful.